Uses of Class
microsoft.exchange.webservices.data.ConflictResolutionMode

Uses of ConflictResolutionMode in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data 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.
 

Methods in microsoft.exchange.webservices.data 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.
protected  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 items in a single EWS call.
 Task Task.updateTask(ConflictResolutionMode conflictResolutionMode)
          * Applies the local changes that have been made to this task.
 



Copyright © 2012. All Rights Reserved.