IImapMonitoringState

public interface IImapMonitoringState

Holds folder monitoring state. This can be used to resume folder monitoring from place where it stopped when error occured. Use ImapClient.resumeMonitoring(ImapMonitoringEventHandler,ImapMonitoringErrorEventHandler,IImapMonitoringState) method.

Methods

MethodDescription
getFolderName()Folder for which monitoring state is held.

getFolderName()

public abstract String getFolderName()

Folder for which monitoring state is held.

Returns: java.lang.String