Asks the mail server to confirm that the argument identifies a user.
WebAPI.bdh
WebSmtpVerify( 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 | Address to be confirmed. Sample: "<invalid@mailprovider.com>" |