Validate email addresses against an SMTP mail server.
For a list of all members of this type, see MailServer Members.
System.Object
ComponentSpace.EmailChecker.MailServer
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
The MailServer constructor specifies the address of the mail server. Optionally, the Timeout may be set. IsValidEmailAddress checks an email address against the mail server.
If you're behind a firewall you must ensure outgoing UDP traffic to port 53 (the default DNS port) and outgoing TCP traffic to port 25 (the default SMTP port) is permitted.
Namespace: ComponentSpace.EmailChecker
Assembly: ComponentSpace.EmailChecker (in ComponentSpace.EmailChecker.dll)