public final class ListFoldersOptions
extends com.aspose.ms.System.Enum
Options for ListFolders operation
Modifier and Type | Field and Description |
---|---|
static int |
None
Not defined
|
static int |
RecursiveMatch
RECURSIVEMATCH - this option forces the server to return information about parent mailboxes that don't match other selection options, but have some submailboxes that do.
|
static int |
Remote
REMOTE - causes the LIST command to show remote mailboxes as well as local ones.
|
static int |
Subscribed
SUBSCRIBED - causes the LIST command to list subscribed names, rather than the existing mailboxes.
|
public static final int None
Not defined
public static final int Subscribed
SUBSCRIBED - causes the LIST command to list subscribed names, rather than the existing mailboxes. This will often be a subset of the actual mailboxes. It's also possible for this list to contain the names of mailboxes that don't exist. In any case, the list MUST include exactly those mailbox names that match the canonical list pattern and are subscribed to. This option is intended to supplement the LSUB command.
public static final int Remote
REMOTE - causes the LIST command to show remote mailboxes as well as local ones.
public static final int RecursiveMatch
RECURSIVEMATCH - this option forces the server to return information about parent mailboxes that don't match other selection options, but have some submailboxes that do.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.