ImapClient.StopMonitoringAsync

StopMonitoringAsync(string)

Stops monitoring of message changes for specified folder.

public Task StopMonitoringAsync(string folderName)
ParameterTypeDescription
folderNameStringspecified folder for monitoring operation

Return Value

Task object, with delegate for this operation

See Also


StopMonitoringAsync()

Stops any monitoring of changes.

public Task StopMonitoringAsync()

Return Value

Task object, with delegate for this operation

See Also