Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ConversationId |
Item.getConversationId()
Gets the Id of the conversation this item is part of.
|
ConversationId |
Conversation.getId()
Gets the Id of this Conversation.
|
Modifier and Type | Method and Description |
---|---|
protected ConversationId |
ConversationAction.getConversationId()
Gets conversation id
|
Modifier and Type | Method and Description |
---|---|
void |
ConversationAction.setConversationId(ConversationId value)
Sets conversation id
|
Modifier and Type | Method and Description |
---|---|
static ConversationId |
ConversationId.getConversationIdFromUniqueId(String uniqueId)
Defines an implicit conversion between string and ConversationId.
|
Modifier and Type | Method and Description |
---|---|
static String |
ConversationId.getStringFromConversationId(ConversationId conversationId)
Defines an implicit conversion between ConversationId and String.
|
Copyright © 2012–2015 Microsoft. All rights reserved.