Imap.RequestCheckpoint Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
RequestCheckpoint()
Requests a checkpoint of the currently selected mailbox. mailbox.
Declaration
public void RequestCheckpoint()
Remarks
A checkpoint refers to any implementation-dependent housekeeping associated with the mailbox.
This method represents IMAP CHECK command.