ImapClient.SubscribeFolderAsync
Contents
[
Hide
]SubscribeFolderAsync(IConnection, string)
Sent the SUBSCRIBE command that adds the specified mailbox name to the server’s set of “active” mailboxes.
public Task SubscribeFolderAsync(IConnection connection, string folderName)
| Parameter | Type | Description |
|---|---|---|
| connection | IConnection | Connection to a server |
| folderName | String | Name of the folder |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
SubscribeFolderAsync(string)
Sent the SUBSCRIBE command that adds the specified mailbox name to the server’s set of “active” mailboxes.
public Task SubscribeFolderAsync(string folderName)
| Parameter | Type | Description |
|---|---|---|
| folderName | String | Name of the folder |
Return Value
Task object, with delegate for this operation
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
SubscribeFolderAsync(IConnection, string, CancellationToken)
Sent the SUBSCRIBE command that adds the specified mailbox name to the server’s set of “active” mailboxes.
public Task SubscribeFolderAsync(IConnection connection, string folderName, CancellationToken token)
| Parameter | Type | Description |
|---|---|---|
| connection | IConnection | Connection to a server |
| folderName | String | Name of the folder |
| token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
SubscribeFolderAsync(string, CancellationToken)
Sent the SUBSCRIBE command that adds the specified mailbox name to the server’s set of “active” mailboxes.
public Task SubscribeFolderAsync(string folderName, CancellationToken token)
| Parameter | Type | Description |
|---|---|---|
| folderName | String | Name of the folder |
| token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email