ImapMessageInfoCollection Class

Provides a container for a collection of ImapMessageInfo objects
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionImapMessageInfo
    Aspose.Email.Clients.ImapImapMessageInfoCollection

Namespace:  Aspose.Email.Clients.Imap
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class ImapMessageInfoCollection : Collection<ImapMessageInfo>

The ImapMessageInfoCollection type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount (Inherited from CollectionImapMessageInfo.)
Public propertyExceptions
Gets collection of exceptions, that occurred during message processing.
Public propertyItem (Inherited from CollectionImapMessageInfo.)
Public propertySyncRoot
Gets an object that can be used to synchronize access to the collection.
Methods
  NameDescription
Public methodAdd
Adds the ImapMessageInfo to the ImapMessageCollection.
Public methodAddRange
Adds the enumeration of ImapMessageInfo objects to the end of the collection
Public methodClear (Inherited from CollectionImapMessageInfo.)
Public methodContains (Inherited from CollectionImapMessageInfo.)
Public methodCopyTo (Inherited from CollectionImapMessageInfo.)
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionImapMessageInfo.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from CollectionImapMessageInfo.)
Public methodInsert
Insert the specified ImapMessagInfo object at the specified index.
Public methodRemove
Remove specifed ImapMessageInfo object from this collection.
Public methodRemoveAt
Remove a ImapMessageInfo in specified index from this collection.
Public methodToString (Inherited from Object.)
Operators
See Also