Uses of Class
microsoft.exchange.webservices.data.core.enumeration.service.ConflictResolutionMode

Packages that use ConflictResolutionMode
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.enumeration.service   
microsoft.exchange.webservices.data.core.request   
microsoft.exchange.webservices.data.core.service.item   
 

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

Methods in microsoft.exchange.webservices.data.core with parameters of type ConflictResolutionMode
 Item ExchangeService.updateItem(Item item, FolderId savedItemsDestinationFolderId, ConflictResolutionMode conflictResolution, MessageDisposition messageDisposition, SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
          Updates an item.
 ServiceResponseCollection<UpdateItemResponse> ExchangeService.updateItems(Iterable<Item> items, FolderId savedItemsDestinationFolderId, ConflictResolutionMode conflictResolution, MessageDisposition messageDisposition, SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
          Updates multiple item in a single EWS call.
 

Uses of ConflictResolutionMode in microsoft.exchange.webservices.data.core.enumeration.service
 

Methods in microsoft.exchange.webservices.data.core.enumeration.service that return ConflictResolutionMode
static ConflictResolutionMode ConflictResolutionMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConflictResolutionMode[] ConflictResolutionMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ConflictResolutionMode in microsoft.exchange.webservices.data.core.request
 

Methods in microsoft.exchange.webservices.data.core.request that return ConflictResolutionMode
 ConflictResolutionMode UpdateItemRequest.getConflictResolutionMode()
          Gets the conflict resolution mode.
 

Methods in microsoft.exchange.webservices.data.core.request with parameters of type ConflictResolutionMode
 void UpdateItemRequest.setConflictResolutionMode(ConflictResolutionMode value)
          Sets the conflict resolution mode.
 

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

Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type ConflictResolutionMode
protected  Item Item.internalUpdate(FolderId parentFolderId, ConflictResolutionMode conflictResolutionMode, MessageDisposition messageDisposition, SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
          Update item.
 void Item.update(ConflictResolutionMode conflictResolutionMode)
          Applies the local changes that have been made to this item.
 void Appointment.update(ConflictResolutionMode conflictResolutionMode, SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
          Applies the local changes that have been made to this appointment.
 Task Task.updateTask(ConflictResolutionMode conflictResolutionMode)
          Applies the local changes that have been made to this task.
 



Copyright © 2012–2015 Microsoft. All rights reserved.