MailAddressCollection Class |
Namespace: Aspose.Email
The MailAddressCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| MailAddressCollection | Initializes a new instance of the MailAddressCollection class |
| Name | Description | |
|---|---|---|
| Count | (Inherited from CollectionMailAddress.) | |
| Item | (Inherited from CollectionMailAddress.) | |
| Items | (Inherited from CollectionMailAddress.) |
| Name | Description | |
|---|---|---|
| Add(String) |
Add a list of e-mail addresses to the collection.
| |
| Add(MailAddress) |
Add a MailAddress to the collection.
| |
| AddRange(IEnumerableMailAddress) |
Adds addresses to collection
| |
| AddRange(MailAddressCollection) |
Adds addresses to collection
| |
| Clear | (Inherited from CollectionMailAddress.) | |
| ClearItems |
Removes all elements from the System.Collections.ObjectModel.Collection`1.
(Overrides CollectionTClearItems.) | |
| Contains | (Inherited from CollectionMailAddress.) | |
| Copy |
Copies this instance.
| |
| CopyTo | (Inherited from CollectionMailAddress.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator | (Inherited from CollectionMailAddress.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| IndexOf | (Inherited from CollectionMailAddress.) | |
| Insert | (Inherited from CollectionMailAddress.) | |
| InsertItem |
Inserts an element into the CollectionT at the specified index.
(Overrides CollectionTInsertItem(Int32, T).) | |
| MemberwiseClone | (Inherited from Object.) | |
| Remove | (Inherited from CollectionMailAddress.) | |
| RemoveAt | (Inherited from CollectionMailAddress.) | |
| RemoveItem |
Removes the element at the specified index of the System.Collections.ObjectModel.Collection`1.
(Overrides CollectionTRemoveItem(Int32).) | |
| SetItem |
Replaces the element at the specified index.
(Overrides CollectionTSetItem(Int32, T).) | |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| (String to MailAddressCollection) |
Performs an implicit conversion from String to MailAddressCollection.
| |
| (MailAddress to MailAddressCollection) |
Performs an implicit conversion from MailAddress to MailAddressCollection.
|