Click or drag to resize
MimeKit

ImapFolder Properties

The ImapFolder type exposes the following members.

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