Click or drag to resize
MimeKit

IMailFolderSubscribe Method

Subscribe to the folder.

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

Parameters

cancellationToken  CancellationToken  (Optional)
The cancellation token.
Remarks
Subscribes to the folder.
See Also