ImapFolderCollection.Add Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
Add(ImapFolder)
Adds the ImapFolder to the ImapFolderCollection.
Declaration
public void Add(ImapFolder item)
Parameters
Type | Name | Description |
---|---|---|
ImapFolder | item | The ImapFolder to be added to the ImapFolderCollection. |