Requests a checkpoint of the currently selected mailbox. mailbox.

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
Public Sub RequestCheckpoint
C#
public void RequestCheckpoint()

Remarks

A checkpoint refers to any implementation-dependent housekeeping associated with the mailbox.

This method represents IMAP CHECK command.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also