Click or drag to resize
MimeKit

FolderFeature Enumeration

An optional feature that an IMailFolder may support.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public enum FolderFeature
Members
Member nameValueDescription
AccessRights0 Indicates that the folder supports access rights.
Annotations1 Indicates that the folder allows arbitrary annotations to be set on a message.
Metadata2 Indicates that the folder allows arbitrary metadata to be set.
ModSequences3 Indicates that the folder uses modification sequences for every state change of a message.
QuickResync4 Indicates that the folder supports quick resynchronization when opening.
Quotas5 Indicates that the folder supports quotas.
Sorting6 Indicates that the folder supports sorting messages.
Threading7 Indicates that the folder supports threading messages.
UTF88 Indicates that the folder supports the use of UTF-8.
Remarks
An optional feature that an IMailFolder may support.
See Also