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