Name | Description | |
---|---|---|
![]() | ImapMessageCollection Constructor() | Initializes a new instance of the ImapMessageCollection class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the ImapMessageCollection. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the ImapMessageCollection. |
Name | Description | |
---|---|---|
![]() | Add | Adds the ImapMessage to the ImapMessageCollection. |
![]() | Clear | Removes all items from the collection. |
![]() | Clone | Creates a shallow copy of the ImapMessageCollection. |
![]() | Contains | Determines whether the specified item is present in the ImapMessageCollection. |
![]() | CopyTo | Copies the range of elements from the ImapMessageCollection to a one-dimensional ImapMessage array, starting at the specified index of the target array. |
![]() | Find | Overloaded. Returns the ImapMessage of the specified unique id. |
![]() | GetEnumerator | Overloaded. Gets an IEnumerator for the ImapMessageCollection collection. |
![]() | IndexOf | Returns a zero-based index of the specified item within the ImapMessageCollection, or -1 if not found. |
![]() | Insert | Inserts the ImapMessage at the specified position in the ImapMessageCollection. |
![]() | Remove | Overloaded. Removes the specified ImapMessage from the ImapMessageCollection. |
![]() | RemoveAt | Removes the ImapMessage at the specified index from the ImapMessageCollection. |
![]() | Sort | Overloaded. Sorts the messages in the entire ImapMessageCollection by sequence number ascending. |
![]() | ToSequenceNumberMessageSet | Returns an ImapMessageIdCollection that contains sequence numbers of messages in this collection. |
![]() | ToUniqueIdMessageSet | Returns an ImapMessageIdCollection that contains unique IDs of messages in this collection. |
Name | Description | |
---|---|---|
![]() | ImapMessageCollection | Gets the ImapMessage at the specified index. |