AlternateViewCollection Class
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9147)
Represents the collection of alternate mail message views.
Syntax
public class AlternateViewCollection : ICollection, IEnumerable<AlternateView>, IEnumerable
Inherited Members
Constructors
Name | Description |
---|---|
Alternate |
Initializes a new instance of the Alternate |
Properties
Name | Description |
---|---|
Count | Gets the number of items in the collection. |
Is |
Gets a value indicating whether access to Alternate |
Item[Int32] | Gets or sets the list item at the specified index. |
Sync |
Gets an object that can be used to synchronize access to Alternate |
Methods
Name | Description |
---|---|
Add(Alternate |
Adds an item to the end of the list. |
Add |
Adds a range of items contained in the specified collection. |
Copy |
Copies the range of elements from the Alternate |
Get |
Gets an IEnumerator<T> for the Alternate |
Insert(Int32, Alternate |
Inserts an item into the collection at the specified index. |
Remove |
Removes the item at the specified index from the list. |
Explicit Interface Implementations
Name | Description |
---|---|
ICollection. |
Copies the range of elements from the collection to a compatible one-dimensional array, starting at the specified index of the target array. |
IEnumerable. |
Gets an IEnumerator for the collection. |