Parse an email address into its constituent parts and verify its syntax as described by RFC-2822.
For a list of all members of this type, see Mailbox Members.
System.Object
ComponentSpace.EmailChecker.Mailbox
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Paraphrasing RFC-2822, a mailbox address is specified as follows: mailbox = name-addr | addr-spec name-addr = [display-name] angle-addr angle-addr = [CFWS] "<" addr-spec ">" [CFWS] display-name = phrase CFWS = comment or a folding white space FWS = white space or CRLF comment = "(" text ")"
Namespace: ComponentSpace.EmailChecker
Assembly: ComponentSpace.EmailChecker (in ComponentSpace.EmailChecker.dll)