Classes
Class | Description | |
---|---|---|
Address |
The abstract base for classes that represent RFC2822 addresses.
This includes groups and mailboxes.
Currently, no public methods are introduced on this class.
| |
AddressList |
An immutable, random-access list of Address objects.
| |
DomainList |
An immutable, random-access list of Strings (that
are supposedly domain names or domain literals).
| |
Group |
A named group of zero or more mailboxes.
| |
Mailbox |
Represents a single e-mail address.
| |
MailboxList |
An immutable, random-access list of Mailbox objects.
| |
NamedMailbox |
A Mailbox that has a name/description.
|
Interfaces
Interface | Description | |
---|---|---|
IComplexAddress |
It's marker interface for classes, that hold more than one addresses
|