Click or drag to resize
MimeKit

ImapMailboxFilterPersonal Field

An IMAP mailbox filter specifying all selectable folders within the user's personal namespace.

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

Field Value

ImapMailboxFilter
Remarks
The PERSONAL mailbox specifier refers to all selectable folders within the user's personal namespace.
See Also