Imap.RequestCheckpointAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
RequestCheckpointAsync(Object)
Begins asynchronous RequestCheckpoint operation. Requests a checkpoint of the currently selected mailbox. mailbox.
Declaration
public Task RequestCheckpointAsync(object state = null)
Parameters
Type | Name | Description |
---|---|---|
Object | state | An optional user-provided object that identifies this particular asynchronous operation. |
Returns
Type | Description |
---|---|
Task |
Remarks
A checkpoint refers to any implementation-dependent housekeeping associated with the mailbox.
This method represents IMAP CHECK command.