| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
SearchMailboxesResponse |
Service.searchMailboxes(java.util.List<MailboxQuery> mailboxQueries)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType,
PreviewItemShape itemShape)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language,
boolean deduplication)
Search mailboxes.
|
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)
Search mailboxes.
|
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)
Search mailboxes.
|
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)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language,
boolean deduplication)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language,
boolean deduplication,
int pageSize)
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)
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.
|