ImapMessageInfoCollection Class |
Namespace: Aspose.Email.Clients.Imap
The ImapMessageInfoCollection type exposes the following members.
Name | Description | |
---|---|---|
ImapMessageInfoCollection |
Initializes a new instance of the ImapMessageCollection class.
| |
ImapMessageInfoCollection(IEnumerableImapMessageInfo) |
Initializes a new instance of the ImapMessageCollection class
|
Name | Description | |
---|---|---|
Count | (Inherited from CollectionImapMessageInfo.) | |
Exceptions |
Gets collection of exceptions, that occurred during message processing.
| |
Item | (Inherited from CollectionImapMessageInfo.) | |
SyncRoot |
Gets an object that can be used to synchronize access to the collection.
|
Name | Description | |
---|---|---|
Add |
Adds the ImapMessageInfo to the ImapMessageCollection.
| |
AddRange |
Adds the enumeration of ImapMessageInfo objects to the end of the collection
| |
Clear | (Inherited from CollectionImapMessageInfo.) | |
Contains | (Inherited from CollectionImapMessageInfo.) | |
CopyTo | (Inherited from CollectionImapMessageInfo.) | |
Equals | (Inherited from Object.) | |
GetEnumerator | (Inherited from CollectionImapMessageInfo.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | (Inherited from CollectionImapMessageInfo.) | |
Insert |
Insert the specified ImapMessagInfo object at the specified index.
| |
Remove |
Remove specifed ImapMessageInfo object from this collection.
| |
RemoveAt |
Remove a ImapMessageInfo in specified index from this collection.
| |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
(ImapMessageInfo to ImapMessageInfoCollection) |
Converts array of ImapMessageInfo to collection
| |
(ListImapMessageInfo to ImapMessageInfoCollection) |
Converts list of ImapMessageInfo to collection
| |
(ImapMessageInfoCollection to ImapMessageInfo) |
Converts collection of ImapMessageInfo to array
| |
(ImapMessageInfoCollection to ListImapMessageInfo) |
Converts collection of ImapMessageInfo to list
|