An immutable, random-access list of Address objects.
Inheritance Hierarchy
NI.Email.Mime.Field.Address AddressList
Namespace: NI.Email.Mime.Field.Address
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax
The AddressList type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AddressList |
@param addresses An ArrayList that contains only Address objects.
@param dontCopy true iff it is not possible for the addresses ArrayList to be modified by someone else.
|
Methods
Name | Description | |
---|---|---|
Add | ||
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Flatten |
Returns a flat list of all mailboxes represented
in this address list. Use this if you don't care
about grouping.
| |
GetEnumerator | ||
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Parse |
Parse the address list string, such as the value
of a From, To, Cc, Bcc, Sender, or Reply-To
header.
The string MUST be unfolded already.
| |
Remove | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count |
The number of elements in this list.
| |
Item |
Gets an address.
|
See Also