ImapFolderInfoCollection Class

Provides a container for a collection of ImapFolderInfo objects.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionImapFolderInfo
    Aspose.Email.Clients.ImapImapFolderInfoCollection

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

The ImapFolderInfoCollection type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount (Inherited from CollectionImapFolderInfo.)
Public propertyItem (Inherited from CollectionImapFolderInfo.)
Public propertySyncRoot
Gets an object that can be used to synchronize access to the collection.
Methods
  NameDescription
Public methodAdd
Adds the ImapFolderInfo to the ImapFolderInfoCollection.
Public methodAddRange
Adds the ImapFolderInfo to the ImapFolderInfoCollection.
Public methodClear (Inherited from CollectionImapFolderInfo.)
Public methodContains (Inherited from CollectionImapFolderInfo.)
Public methodCopyTo (Inherited from CollectionImapFolderInfo.)
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionImapFolderInfo.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from CollectionImapFolderInfo.)
Public methodInsert (Inherited from CollectionImapFolderInfo.)
Public methodRemove (Inherited from CollectionImapFolderInfo.)
Public methodRemoveAt
Remove a folder info at specified index.
Public methodToString (Inherited from Object.)
See Also