Sends a Verification request to the SMTP server.
public void Verify(string emailAddress);
Public Sub Verify(ByVal EmailAddress As String)
This method asks the MailServer to verify the email address provided in the 'EmailAddress' parameter.