Abstract class that represents an RFC 2822 mail address.
For a list of all members of this type, see Address Members.
System.Object
Node
FieldBody
Address
Address represents a mail address as described in
RFC 2822.
You may not create instances of Address, since Address is
an abstract base class. Instead, you must create instances of Mailbox or Group, which are subclasses of
Address.
If the string representation assigned to an Address is
improperly formed, then the parse method will fail. To determine if
the parse method failed, examine the value of the Valid
property.
Namespace: Hunny.Mime
Assembly: Hunny.Mime (in Hunny.Mime.dll)
Address Members | Hunny.Mime Namespace