 | 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.10.0
Syntaxpublic static readonly ImapEvent SubscriptionChange
Field Value
ImapEvent
RemarksThis 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