WebSmtpVerify Function

Action

Asks the mail server to confirm that the argument identifies a user.

Include file

WebAPI.bdh

Syntax

WebSmtpVerify( 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 Address to be confirmed. Sample: "<invalid@mailprovider.com>"