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

Uses of SendInvitationsOrCancellationsMode in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return SendInvitationsOrCancellationsMode
protected  SendInvitationsOrCancellationsMode Item.getDefaultSendInvitationsOrCancellationsMode()
          Gets the default settings for sending invitations or cancellations on Update.
protected  SendInvitationsOrCancellationsMode Appointment.getDefaultSendInvitationsOrCancellationsMode()
          Gets the default settings for sending invitations on Save.
static SendInvitationsOrCancellationsMode SendInvitationsOrCancellationsMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SendInvitationsOrCancellationsMode[] SendInvitationsOrCancellationsMode.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 SendInvitationsOrCancellationsMode
protected  Item Item.internalUpdate(FolderId parentFolderId, ConflictResolutionMode conflictResolutionMode, MessageDisposition messageDisposition, SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
          Update 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.
 



Copyright © 2012. All Rights Reserved.