Click or drag to resize
MimeKit

ImapEventMailboxName Field

AN IMAP event notification for folders that have been created, deleted, or renamed.

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

Field Value

ImapEvent
Remarks

These notifications are sent if an affected mailbox name was created, deleted, or renamed.

As these notifications are received by the client, the apropriate will be emitted: FolderCreated, Deleted, or Renamed, respectively.

Note  Note
If the server supports Acl, granting or revocation of the LookupFolder right to the current user on the affected folder will also be considered folder creation or deletion, respectively. If a folder is created or deleted, the folder itself and its direct parent (whether it is an existing folder or not) are considered to be affected.
See Also