ImapClient.SubscribeFolder
SubscribeFolder(IConnection, string)
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
SubscribeFolder(string)
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