| ImapEventSubscriptionChange Field |
An IMAP event notification for folders who have had their subscription status changed.
Namespace: MailKit.Net.ImapAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public static readonly ImapEvent SubscriptionChange
Field Value
ImapEventRemarks This event requests that the server notifies the client of any subscription changes,
causing the Subscribed or Unsubscribed
events to be emitted accordingly on the affected IMailFolder.
See Also