| IMailFolderCheck Method |
Force the server to flush its state for the folder.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax 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