ImapFolderCollection Class
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
Provides a container for a collection of ImapFolder objects.
Syntax
public sealed class ImapFolderCollection : IEnumerable<ImapFolder>, IEnumerable
Inherited Members
Constructors
Name | Description |
---|---|
ImapFolderCollection() | Initializes a new instance of the ImapFolderCollection class. |
Properties
Name | Description |
---|---|
Count | Gets the number of elements contained in the ImapFolderCollection. |
Item[Int32] | Gets the ImapFolder at the specified index. |
SyncRoot | Gets an object that can be used to synchronize access to the ImapFolderCollection. |
Methods
Name | Description |
---|---|
Add(ImapFolder) | Adds the ImapFolder to the ImapFolderCollection. |
Clone() | Creates a shallow copy of the ImapFolderCollection. |
GetEnumerator() | Gets an IEnumerator<T> for the ImapFolderCollection collection. |
RemoveAt(Int32) | Removes the ImapFolder at the specified index from the ImapFolderCollection. |
Explicit Interface Implementations
Name | Description |
---|---|
IEnumerable.GetEnumerator() | Returns an enumerator that can iterate through the ImapFolderCollection |