ComponentSpace Email Checker Class Library Reference

Mailbox Class

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

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

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

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 ")"

Requirements

Namespace: ComponentSpace.EmailChecker

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

See Also

Mailbox Members | ComponentSpace.EmailChecker Namespace