Uses of Class
microsoft.exchange.webservices.data.property.complex.ConversationId

Packages that use ConversationId
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.service.item   
microsoft.exchange.webservices.data.misc   
microsoft.exchange.webservices.data.property.complex   
 

Uses of ConversationId in microsoft.exchange.webservices.data.core
 

Method parameters in microsoft.exchange.webservices.data.core with type arguments of type ConversationId
 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.
 

Uses of ConversationId in microsoft.exchange.webservices.data.core.service.item
 

Methods in microsoft.exchange.webservices.data.core.service.item that return ConversationId
 ConversationId Item.getConversationId()
          Gets the Id of the conversation this item is part of.
 ConversationId Conversation.getId()
          Gets the Id of this Conversation.
 

Uses of ConversationId in microsoft.exchange.webservices.data.misc
 

Methods in microsoft.exchange.webservices.data.misc that return ConversationId
protected  ConversationId ConversationAction.getConversationId()
          Gets conversation id
 

Methods in microsoft.exchange.webservices.data.misc with parameters of type ConversationId
 void ConversationAction.setConversationId(ConversationId value)
          Sets conversation id
 

Uses of ConversationId in microsoft.exchange.webservices.data.property.complex
 

Methods in microsoft.exchange.webservices.data.property.complex that return ConversationId
static ConversationId ConversationId.getConversationIdFromUniqueId(String uniqueId)
          Defines an implicit conversion between string and ConversationId.
 

Methods in microsoft.exchange.webservices.data.property.complex with parameters of type ConversationId
static String ConversationId.getStringFromConversationId(ConversationId conversationId)
          Defines an implicit conversion between ConversationId and String.
 



Copyright © 2012–2015 Microsoft. All rights reserved.