ServiceResponseCollection<GetItemResponse> |
ExchangeService.bindToItems(Iterable<ItemId> itemIds,
PropertySet propertySet) |
Binds to multiple item in a single call to EWS.
|
ServiceResponseCollection<ConvertIdResponse> |
ExchangeService.convertIds(Iterable<AlternateIdBase> ids,
IdFormat destinationFormat) |
Converts multiple Ids from one format to another in a single call to
EWS.
|
ServiceResponseCollection<MoveCopyItemResponse> |
ExchangeService.copyItems(Iterable<ItemId> itemIds,
FolderId destinationFolderId) |
Copies multiple item in a single call to EWS.
|
ServiceResponseCollection<MoveCopyItemResponse> |
ExchangeService.copyItems(Iterable<ItemId> itemIds,
FolderId destinationFolderId,
boolean returnNewItemIds) |
Copies multiple item in a single call to EWS.
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.copyItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs,
FolderId contextFolderId,
FolderId destinationFolderId) |
Copies the item in the specified conversation to the specified
destination folder.
|
ServiceResponseCollection<CreateAttachmentResponse> |
ExchangeService.createAttachments(String parentItemId,
Iterable<Attachment> attachments) |
Creates attachments.
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.createItems(Collection<Item> items,
FolderId parentFolderId,
MessageDisposition messageDisposition,
SendInvitationsMode sendInvitationsMode) |
Creates multiple item in a single EWS call.
|
ServiceResponseCollection<DeleteAttachmentResponse> |
ExchangeService.deleteAttachments(Iterable<Attachment> attachments) |
Deletes attachments.
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.deleteItems(Iterable<ItemId> itemIds,
DeleteMode deleteMode,
SendCancellationsMode sendCancellationsMode,
AffectedTaskOccurrence affectedTaskOccurrences) |
Deletes multiple item in a single call to EWS.
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.deleteItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs,
FolderId contextFolderId,
DeleteMode deleteMode) |
Deletes the item in the specified conversation.
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.disableAlwaysCategorizeItemsInConversations(Iterable<ConversationId> conversationId,
boolean processSynchronously) |
Sets up a conversation so that any item received within that conversation
is no longer categorized.
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.disableAlwaysDeleteItemsInConversations(Iterable<ConversationId> conversationId,
boolean processSynchronously) |
Sets up a conversation so that any item received within that conversation
is no longer moved to Deleted Items folder.
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.disableAlwaysMoveItemsInConversations(Iterable<ConversationId> conversationIds,
boolean processSynchronously) |
Sets up a conversation so that any item received within that conversation
is no longer moved to a specific folder.
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.enableAlwaysCategorizeItemsInConversations(Iterable<ConversationId> conversationId,
Iterable<String> categories,
boolean processSynchronously) |
Sets up a conversation so that any item received within that conversation
is always categorized.
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.enableAlwaysDeleteItemsInConversations(Iterable<ConversationId> conversationId,
boolean processSynchronously) |
Sets up a conversation so that any item received within that conversation
is always moved to Deleted Items folder.
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.enableAlwaysMoveItemsInConversations(Iterable<ConversationId> conversationId,
FolderId destinationFolderId,
boolean processSynchronously) |
Sets up a conversation so that any item received within that conversation
is always moved to a specific folder.
|
ServiceResponseCollection<ExportItemsResponse> |
ExchangeService.exportItems(Iterable<ItemId> itemIds) |
|
protected <TItem extends Item> ServiceResponseCollection<FindItemResponse<TItem>> |
ExchangeService.findItems(Class<TItem> cls,
FolderId parentFolderId,
SearchFilter searchFilter,
ViewBase view,
Grouping groupBy) |
Obtains a grouped list of item by searching the contents of a specific
folder.
|
<TItem extends Item> ServiceResponseCollection<FindItemResponse<TItem>> |
ExchangeService.findItems(Iterable<FolderId> parentFolderIds,
SearchFilter searchFilter,
String queryString,
ViewBase view,
Grouping groupBy,
ServiceErrorHandling errorHandlingMode) |
Finds item.
|
protected ServiceResponseCollection<GetAttachmentResponse> |
ExchangeService.getAttachments(Attachment[] attachments,
BodyType bodyType,
Iterable<PropertyDefinitionBase> additionalProperties) |
Gets attachments.
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.internalLoadPropertiesForItems(Iterable<Item> items,
PropertySet propertySet,
ServiceErrorHandling errorHandling) |
Loads the property of multiple item in a single call to EWS.
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.loadPropertiesForItems(Iterable<Item> items,
PropertySet propertySet) |
Loads the property of multiple item in a single call to EWS.
|
ServiceResponseCollection<MoveCopyItemResponse> |
ExchangeService.moveItems(Iterable<ItemId> itemIds,
FolderId destinationFolderId) |
Moves multiple item in a single call to EWS.
|
ServiceResponseCollection<MoveCopyItemResponse> |
ExchangeService.moveItems(Iterable<ItemId> itemIds,
FolderId destinationFolderId,
boolean returnNewItemIds) |
Moves multiple item in a single call to EWS.
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.moveItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs,
FolderId contextFolderId,
FolderId destinationFolderId) |
Moves the item in the specified conversation to the specified
destination folder.
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.setReadStateForItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs,
FolderId contextFolderId,
boolean isRead) |
Sets the read state for item in conversation.
|
ServiceResponseCollection<UpdateItemResponse> |
ExchangeService.updateItems(Iterable<Item> items,
FolderId savedItemsDestinationFolderId,
ConflictResolutionMode conflictResolution,
MessageDisposition messageDisposition,
SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode) |
Updates multiple item in a single EWS call.
|
ServiceResponseCollection<UploadItemsResponse> |
ExchangeService.uploadItems(List<UploadItem> items) |
|