Enum ListFoldersReturnOptions

ListFoldersReturnOptions enumeration

Return options for ListFolders operation Please note, this options are supported in case if server supports RFC 5258 “IMAP LIST Command Extensions” See more details in https://tools.ietf.org/html/rfc5258

[Flags]
public enum ListFoldersReturnOptions

Values

NameValueDescription
None0Not defined
Subscribed1SUBSCRIBED - causes the LIST command to return subscription state for all matching mailbox names. The “\Subscribed” attribute MUST be supported and MUST be accurately computed when the SUBSCRIBED return option is specified. Further, all mailbox flags MUST be accurately computed (this differs from the behavior of the LSUB command).
Children2CHILDREN - requests mailbox child information. This option MUST be supported by all servers.

See Also