ImapFolderInfo Class

Represents an IMAP folder.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ImapImapFolderInfo

Namespace:  Aspose.Email.Clients.Imap
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class ImapFolderInfo

The ImapFolderInfo type exposes the following members.

Properties
  NameDescription
Public propertyFolderType
Gets information about folder purpose in case if it is used as special folder. This option is accessible only in case if server supports IMAP LIST: Special-Use Mailboxes (rfc6154) See more: http://tools.ietf.org/html/rfc6154
Public propertyHasChildren
Gets value indicating whether folder contains subfolders. This option is accessible only in case if server supports IMAP4 LIST Command Extensions (rfc5258) See more: http://tools.ietf.org/html/rfc5258 If value is true, it indicates that the folder has child sub-folders that are accessible to the currently authenticated user, otherwise false.
Public propertyHighestModSequence
Gets value of all messages in the mailbox. See more: https://tools.ietf.org/html/rfc7162
Public propertyMarked
Gets a value indicating whether it is marked this folder.
Public propertyName
Gets the name of the folder.
Public propertyNewMessageCount
Gets the number of the new messages.
Public propertyNoInferiors
Gets a value indicating whether this folder can have child levels. If it is True, then no child levels exist now and none can be created in the future
Public propertyNoModSeq
Gets value which indicates if mailbox supports mod-sequences. This property works only if server supports CONDSTORE extension. Please, read more https://tools.ietf.org/html/rfc4551#section-3.1.2
Public propertyNonExistent
Gets value indicating whether a folder name is referred to an existing folder. See more: http://tools.ietf.org/html/rfc5258
Public propertyReadOnly
Gets a value indicating whether the folder is read-only.
Public propertyRecentMessageCount
Gets the number of messages that arrived recently.
Public propertyRemote
Gets value indicating that a folder is a remote mailbox. This option is accessible only in case if server supports IMAP4 LIST Command Extensions (rfc5258) See more: http://tools.ietf.org/html/rfc5258
Public propertySelectable
Gets a value indicating whether it is possible to select this folder.
Public propertySubscribed
Gets value that indicates that a folder name is subscribed to. See more: http://tools.ietf.org/html/rfc5258
Public propertyTotalMessageCount
Gets the number of messages in the folder.
Public propertyUIDNext
Gets the validity ID of the mailbox.
Public propertyUidNotSticky
Gets value which indicates if mail store does not support persistent UIDs This property works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
Public propertyValidityId
Gets the validity ID of the mailbox.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Fields
  NameDescription
Public fieldStatic memberInBox
Gets inbox name.
See Also