ImapFolderInfoCollection

ImapFolderInfoCollection class

Provides a container for a collection of ImapFolderInfo objects.

public sealed class ImapFolderInfoCollection : Collection<ImapFolderInfo>

Constructors

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

Properties

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

Methods

Name Description
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