Class ImapFolderInfoCollection

ImapFolderInfoCollection class

Provides a container for a collection of ImapFolderInfo objects.

public sealed class ImapFolderInfoCollection : Collection<ImapFolderInfo>

Constructors

NameDescription
ImapFolderInfoCollection()Initializes a new instance of the ImapFolderInfoCollection class.
ImapFolderInfoCollection(params ImapFolderInfo[])Initializes a new instance of the ImapFolderInfoCollection class.

Properties

NameDescription
SyncRoot { get; }Gets an object that can be used to synchronize access to the collection.

Methods

NameDescription
Add(ImapFolderInfo)Adds the ImapFolderInfo to the ImapFolderInfoCollection.
AddRange(IEnumerable<ImapFolderInfo>)Adds the ImapFolderInfo to the ImapFolderInfoCollection.
RemoveAt(int)Remove a folder info at specified index.

See Also