Click or drag to resize
MimeKit

ImapEventServerMetadataChange Field

An IMAP event notification for changes to server metadata.

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

Field Value

ImapEvent
Remarks

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