SubjectInfoCollection Class
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9147)
Represents the collection of alternate mail message views.
Syntax
public class SubjectInfoCollection : ICollection, IEnumerable<SubjectInfo>, IEnumerable
Inherited Members
Properties
Name | Description |
---|---|
Count | Gets the number of items in the collection. |
Is |
Gets a value indicating whether access to Subject |
Item[Int32] | Gets the list item at the specified index. |
Sync |
Gets an object that can be used to synchronize access to Subject |
Methods
Name | Description |
---|---|
Copy |
Copies the range of elements from the Subject |
Get |
Gets an IEnumerator for the collection. |
Explicit Interface Implementations
Name | Description |
---|---|
IEnumerable<SubjectInfo>.GetEnumerator() | Gets an IEnumerator<T> for the Subject |
ICollection. |
Copies the range of elements from the collection to a compatible one-dimensional array, starting at the specified index of the target array. |