SubscribeFolder
ImapClient.SubscribeFolder method (1 of 2)
Sent the SUBSCRIBE command that adds the specified mailbox name to the server’s set of “active” mailboxes.
public void SubscribeFolder(IConnection connection, string folderName)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
folderName | String | Name of the folder |
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.SubscribeFolder method (2 of 2)
Sent the SUBSCRIBE command that adds the specified mailbox name to the server’s set of “active” mailboxes.
public void SubscribeFolder(string folderName)
Parameter | Type | Description |
---|---|---|
folderName | String | Name of the folder |
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email