ImapFolderInfo

ImapFolderInfo class

Represents an IMAP folder.

The ImapFolderInfo type exposes the following members:

Properties

NameDescription
selectableGets a value indicating whether it is possible to select this folder.
markedGets a value indicating whether it is marked this folder.
has_childrenGets 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
folder_typeGets 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
remoteGets 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
subscribedGets value that indicates that a folder name is subscribed to.
See more: http://tools.ietf.org/html/rfc5258
non_existentGets value indicating whether a folder name is referred to an existing folder.
See more: http://tools.ietf.org/html/rfc5258
no_inferiorsGets a value indicating whether this folder can have child levels.
If it is
nameGets the name of the folder.
new_message_countGets the number of the new messages.
read_onlyGets a value indicating whether the folder is read-only.
recent_message_countGets the number of messages that arrived recently.
total_message_countGets the number of messages in the folder.
validity_idGets the validity ID of the mailbox.
uid_not_stickyGets 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
no_mod_seqGets 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
highest_mod_sequenceGets value of all messages in the mailbox.
See more: https://tools.ietf.org/html/rfc7162
uid_nextGets the validity ID of the mailbox.
IN_BOXGets inbox name.

See Also