ImapClient.ResumeMonitoring
ImapClient.ResumeMonitoring method
Resumes monitoring of message changes for specified folder. Unlike the StartMonitoring method, it will find all missing mailbox changes and call the callback for them.
public void ResumeMonitoring(ImapMonitoringEventHandler callback,
ImapMonitoringErrorEventHandler errorCallback, IImapMonitoringState monitoringState)
Parameter | Type | Description |
---|---|---|
callback | ImapMonitoringEventHandler | The callback function for monitoring operation. |
errorCallback | ImapMonitoringErrorEventHandler | The callback function for monitoring error handling. Monitoring of specified folder is stopped when this callback is called. |
monitoringState | IImapMonitoringState | The monitoring state to resume folder monitoring from. Can be retrieved from MonitoringState . |
See Also
- delegate ImapMonitoringEventHandler
- delegate ImapMonitoringErrorEventHandler
- interface IImapMonitoringState
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email