|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ConversationId in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data that return ConversationId | |
|---|---|
ConversationId |
Item.getConversationId()
Gets the Id of the conversation this item is part of. |
static ConversationId |
ConversationId.getConversationIdFromUniqueId(String uniqueId)
Defines an implicit conversion between string and ConversationId. |
ConversationId |
Conversation.getId()
Gets the Id of this Conversation. |
| Methods in microsoft.exchange.webservices.data with parameters of type ConversationId | |
|---|---|
static String |
ConversationId.getStringFromConversationId(ConversationId conversationId)
Defines an implicit conversion between ConversationId and String. |
| Method parameters in microsoft.exchange.webservices.data with type arguments of type ConversationId | |
|---|---|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.copyItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs,
FolderId contextFolderId,
FolderId destinationFolderId)
Copies the items in the specified conversation to the specified destination folder. |
ServiceResponseCollection<ServiceResponse> |
ExchangeService.deleteItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs,
FolderId contextFolderId,
DeleteMode deleteMode)
Deletes the items 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 items 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 items in conversation. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||