Verify Method
Sends a Verification request to the SMTP server.
Syntax
[VB.NET] Public Sub Verify(ByVal EmailAddress As String)
[C#] public void Verify(string emailAddress);
Remarks
This method asks the MailServer to verify the email address provided in the 'EmailAddress' parameter.
NOTE: This method has a corresponding asynchronous version (VerifyAsync) for use in the WinRT environment.