Interface IImapMonitoringState

IImapMonitoringState interface

Holds folder monitoring state. This can be used to resume folder monitoring from place where it stopped when error occured. Use ResumeMonitoring method.

public interface IImapMonitoringState

Properties

NameDescription
FolderName { get; }Folder for which monitoring state is held.

See Also