ComponentSpace Email Checker Class Library Reference

MailServer Class

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

[Visual Basic]
Public Class MailServer
[C#]
public class MailServer

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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.

Requirements

Namespace: ComponentSpace.EmailChecker

Assembly: ComponentSpace.EmailChecker (in ComponentSpace.EmailChecker.dll)

See Also

MailServer Members | ComponentSpace.EmailChecker Namespace