ImapClient.StopMonitoringAsync
StopMonitoringAsync(string)
Stops monitoring of message changes for specified folder.
public Task StopMonitoringAsync(string folderName)
Parameter | Type | Description |
---|---|---|
folderName | String | specified folder for monitoring operation |
Return Value
Task object, with delegate for this operation
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
StopMonitoringAsync()
Stops any monitoring of changes.
public Task StopMonitoringAsync()
Return Value
Task object, with delegate for this operation
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email