WebSmtpExpand Function

Action

Asks the mail server to confirm that the argument identifies a mailing list.

Include file

WebAPI.bdh

Syntax

WebSmtpExpand( in hSmtp : number,
               in sUser : string ): boolean;

Return value

  • 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"