Hunny Software Library Reference

Address Class

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

[Visual Basic]
MustInherit Public Class Address
Inherits FieldBody
[C#]
public abstract class Address : FieldBody

Remarks

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.

Requirements

Namespace: Hunny.Mime

Assembly: Hunny.Mime (in Hunny.Mime.dll)

See Also

Address Members | Hunny.Mime Namespace