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<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<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.
|