StartMonitoringAsync

ImapClient.StartMonitoringAsync method

开始监视指定文件夹的消息更改。

public Task StartMonitoringAsync(ImapMonitoringEventHandler callback, 
    ImapMonitoringErrorEventHandler errorCallback, string folderName = "Inbox")
范围类型描述
callbackImapMonitoringEventHandler监控操作的回调函数。
errorCallbackImapMonitoringErrorEventHandler用于监控错误处理的回调函数。 调用此回调时停止对指定文件夹的监控。 回调还提供了一个状态持有者,因此可以恢复文件夹监控 使用ResumeMonitoringAsync方法.
folderNameString监控操作的文件夹。

也可以看看