VerifyAsync Method
Sends a Verification request to the SMTP server.
Syntax
[VB.NET] Public Function VerifyAsync(ByVal EmailAddress As String) As Task
[C#] public Task VerifyAsync(string emailAddress);
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
VerifyAsync MethodSends a Verification request to the SMTP server. Syntax[VB.NET] Public Function VerifyAsync(ByVal EmailAddress As String) As Task [C#] public Task VerifyAsync(string emailAddress); RemarksThis method is the asynchronous version of the Verify method and is used to support asynchronous operations in WinRT. Please refer to Verify for more information. |
||