| ImapEventServerMetadataChange Field |
An IMAP event notification for changes to server metadata.
Namespace: MailKit.Net.ImapAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public static readonly ImapEvent ServerMetadataChange
Field Value
ImapEventRemarks Support for this event type is OPTIONAL unless Metadata is supported
by the server, in which case support for this event type is REQUIRED.
If the server does support this event, then the MetadataChanged event
will be emitted whenever metadata changes.
See Also