Click or drag to resize
MimeKit

IImapFolder Properties

The IImapFolder type exposes the following members.

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