Extreme Messaging - AddressValidation

AddressValidator.CheckAddressQuickly Method 

Check an email address to see if it is obviously bad, using only cached information Call this method instead of CheckAddress when a real-time response is required.

public EmailAddress CheckAddressQuickly(
   string sAddressToCheck
);

Parameters

sAddressToCheck
The address to check

See Also

AddressValidator Class | AddressValidation Namespace