Asks the mail server to confirm that the argument identifies a mailing list.
WebAPI.bdh
WebSmtpExpand( in hSmtp : number, in sUser : string ): boolean;
true if the server responded with a positive return code
false otherwise
| Parameter | Description |
|---|---|
| hSmtp | Handle to a Web connection that was created by WebSmtpConnect |
| sUser | Mailing list to be confirmed. Sample: "support_list" |