Click or drag to resize
MimeKit

ImapEventMailboxMetadataChange Field

An IMAP event notification for changes to folder metadata.

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

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 for any folder included in the ImapMailboxFilter.

See Also