Click or drag to resize
MimeKit

ImapEventSubscriptionChange Field

An IMAP event notification for folders who have had their subscription status changed.

Namespace: MailKit.Net.Imap
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public static readonly ImapEvent SubscriptionChange

Field Value

ImapEvent
Remarks

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