| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
static SearchPageDirection |
SearchPageDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SearchPageDirection[] |
SearchPageDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetNonIndexableItemDetailsResponse |
Service.getNonIndexableItemDetails(java.util.List<java.lang.String> mailboxes,
int pageSize,
java.lang.String pageItemReference,
SearchPageDirection pageDirection)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
Service.getNonIndexableItemDetails(java.util.List<java.lang.String> mailboxes,
int pageSize,
java.lang.String pageItemReference,
SearchPageDirection pageDirection,
boolean searchArchiveOnly)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
Service.getNonIndexableItemDetails(java.lang.String mailbox,
int pageSize,
java.lang.String pageItemReference,
SearchPageDirection pageDirection)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
Service.getNonIndexableItemDetails(java.lang.String mailbox,
int pageSize,
java.lang.String pageItemReference,
SearchPageDirection pageDirection,
boolean searchArchiveOnly)
Gets the non indexable item details.
|
SearchMailboxesResponse |
Service.searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language,
boolean deduplication,
int pageSize,
java.lang.String pageItemReference,
SearchPageDirection pageDirection)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language,
boolean deduplication,
int pageSize,
java.lang.String pageItemReference,
SearchPageDirection pageDirection)
Search mailboxes.
|