Click or drag to resize
MimeKit

IMailFolderUnsubscribed Event

Occurs when the folder is unsubscribed.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
event EventHandler<EventArgs> Unsubscribed

Value

EventHandlerEventArgs
Remarks
Emitted when the folder is unsubscribed.
See Also