Click or drag to resize
MimeKit

MailFolder Properties

The MailFolder type exposes the following members.

Properties
 NameDescription
Public propertyAcceptedFlags Get the accepted flags.
Public propertyAcceptedKeywords Get the accepted keywords.
Public propertyAccess Get the read/write access of the folder.
Public propertyAnnotationAccess Get the annotation access level.
Public propertyAnnotationScopes Get the supported annotation scopes.
Public propertyAppendLimit Get the maximum size of a message that can be appended to the folder.
Public propertyAttributes Get the folder attributes.
Public propertyCode exampleCount Get the total number of messages in the folder.
Public propertyDirectorySeparator Get the directory separator.
Public propertyExists Get a value indicating whether the folder exists.
Public propertyFirstUnread Get the index of the first unread message in the folder.
Public propertyFullName Get the full name of the folder.
Public propertyHighestModSeq Get the highest mod-sequence value of all messages in the mailbox.
Public propertyId Get the unique identifier for the folder, if available.
Public propertyIsNamespace Get whether or not the folder is a namespace folder.
Public propertyIsOpen Get a value indicating whether the folder is currently open.
Public propertyIsSubscribed Get a value indicating whether the folder is subscribed.
Public propertyMaxAnnotationSize Get the maximum size of annotation values supported by the folder.
Public propertyName Get the name of the folder.
Public propertyParentFolder Get the parent folder.
Public propertyPermanentFlags Get the permanent flags.
Public propertyPermanentKeywords Get the permanent keywords.
Public propertyRecent Get the number of recently added messages in the folder.
Public propertySize Get the size of the folder.
Public propertySyncRoot Get an object that can be used to synchronize access to the folder.
Public propertyThreadingAlgorithms Get the threading algorithms supported by the folder.
Public propertyUidNext Get the UID that the folder will assign to the next message that is added.
Public propertyUidValidity Get the UID validity.
Public propertyUnread Get the number of unread messages in the folder.
Top
See Also