Click or drag to resize
MimeKit

IMailFolderCheckAsync Method

Asynchronously force the server to flush its state for the folder.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
Task CheckAsync(
	CancellationToken cancellationToken = default
)

Parameters

cancellationToken  CancellationToken  (Optional)
The cancellation token.

Return Value

Task
An asynchronous task context.
Remarks
Asynchronously forces the server to flush its state for the folder.
See Also