Click or drag to resize
MimeKit

IMailFolderCheck Method

Force the server to flush its state for the folder.

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

Parameters

cancellationToken  CancellationToken  (Optional)
The cancellation token.
Remarks
Forces the server to flush its state for the folder.
See Also