| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
GetNonIndexableItemDetailsResponse |
Service.getNonIndexableItemDetails(java.util.List<java.lang.String> mailboxes)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
Service.getNonIndexableItemDetails(java.util.List<java.lang.String> mailboxes,
int pageSize)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
Service.getNonIndexableItemDetails(java.util.List<java.lang.String> mailboxes,
int pageSize,
java.lang.String pageItemReference)
Gets the non indexable item details.
|
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)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
Service.getNonIndexableItemDetails(java.lang.String mailbox,
int pageSize)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
Service.getNonIndexableItemDetails(java.lang.String mailbox,
int pageSize,
java.lang.String pageItemReference)
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.
|