public final class ListFoldersReturnOptions
extends com.aspose.ms.System.Enum
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
Modifier and Type | Field and Description |
---|---|
static int |
Children
CHILDREN - requests mailbox child information.
|
static int |
None
Not defined
|
static int |
Subscribed
SUBSCRIBED - causes the LIST command to return subscription state for all matching mailbox names.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int None
Not defined
public static final int Subscribed
SUBSCRIBED - 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).
public static final int Children
CHILDREN - requests mailbox child information. This option MUST be supported by all servers.