MsgAddressCollection Class
Namespace: Rebex.Mail
Assembly: Rebex.Msg.dll (version 7.0.9147)
Represents a collection of Outlook .MSG e-mail addresses.
Syntax
public class MsgAddressCollection : ICollection<MsgAddress>, IEnumerable<MsgAddress>, IEnumerable
Inherited Members
Properties
Name | Description |
---|---|
Count | Gets the number of elements. |
Item[Int32] | Gets the e-mail address on specified index. |
Methods
Name | Description |
---|---|
Add(Msg |
Adds an e-mail address to the collection. |
Add(Msg |
Adds an e-mail address to the collection. |
Add(String, String) | Adds an SMTP address to the collection. |
Clear() | Clears the collection. |
Contains(Msg |
Gets a value indicating whether the specified address is in the collection. |
Copy |
Copies the entire collection to an array, starting at the specified index of the target array. |
Get |
Gets an IEnumerator<T> to iterate through the collection. |
Remove(Msg |
Removes specified address from the collection. |
Remove |
Removes an address at specified index. |
To |
Returns a string representation of the current Msg |
Explicit Interface Implementations
Name | Description |
---|---|
ICollection<MsgAddress>.IsReadOnly | Returns false. |
IEnumerable. |
Gets an IEnumerator to iterate through the collection. |