Extreme Messaging - AddressValidation

AddressValidator.CheckAddress Method 

Check an email address to see if it is obviously bad.

public EmailAddress CheckAddress(
   string sAddressToCheck,
   bool bRecommendAddressCorrection,
   int Timeout
);

Parameters

sAddressToCheck
The address to check
bRecommendAddressCorrection
If the address is bad, should we recommend a corrected address? Setting this to true can slow the process
Timeout
The timeout for the method in milliseconds. 0 for no timeout

See Also

AddressValidator Class | AddressValidation Namespace