| IMailFolderSubscribe Method |
Subscribe to the folder.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax void Subscribe(
CancellationToken cancellationToken = default
)
Parameters
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Remarks
Subscribes to the folder.
See Also