Click or drag to resize
MimeKit

IMailFolderClose Method

Close the folder, optionally expunging the messages marked for deletion.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
void Close(
	bool expunge = false,
	CancellationToken cancellationToken = default
)

Parameters

expunge  Boolean  (Optional)
If set to true, expunge.
cancellationToken  CancellationToken  (Optional)
The cancellation token.
Remarks
Closes the folder, optionally expunging the messages marked for deletion.
See Also