IAsyncImapClient.StopMonitoringAsync
IAsyncImapClient.StopMonitoringAsync method
Stops monitoring of message changes for specified folder. Stops monitoring of all folders if folderName is null.
public Task StopMonitoringAsync(string folderName = null, CancellationToken token = default)
Parameter | Type | Description |
---|---|---|
folderName | String | specified folder for monitoring operation. |
token | CancellationToken | The cancellation token. |
See Also
- interface IAsyncImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email