IAsyncImapClient.SubscribeFolderAsync
IAsyncImapClient.SubscribeFolderAsync method
Sent the SUBSCRIBE command that adds the specified mailbox name to the server’s set of “active” mailboxes.
public Task SubscribeFolderAsync(string folderName, IConnection connection = null,
CancellationToken token = default)
Parameter | Type | Description |
---|---|---|
connection | String | Connection to a server |
folderName | IConnection | Name of the folder |
token | CancellationToken | Propagates notification that operations should be canceled. |
See Also
- interface IConnection
- interface IAsyncImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email