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

Uses of SendInvitationsMode in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return SendInvitationsMode
protected  SendInvitationsMode Item.getDefaultSendInvitationsMode()
          Gets the default settings for sending invitations on Save.
protected  SendInvitationsMode Appointment.getDefaultSendInvitationsMode()
          Gets the default settings for sending invitations on Save.
static SendInvitationsMode SendInvitationsMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SendInvitationsMode[] SendInvitationsMode.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 SendInvitationsMode
protected  void ExchangeService.createItem(Item item, FolderId parentFolderId, MessageDisposition messageDisposition, SendInvitationsMode sendInvitationsMode)
          * Creates an item.
 ServiceResponseCollection<ServiceResponse> ExchangeService.createItems(Collection<Item> items, FolderId parentFolderId, MessageDisposition messageDisposition, SendInvitationsMode sendInvitationsMode)
          * Creates multiple items in a single EWS call.
protected  void Item.internalCreate(FolderId parentFolderId, MessageDisposition messageDisposition, SendInvitationsMode sendInvitationsMode)
          Create item.
 void Appointment.save(FolderId destinationFolderId, SendInvitationsMode sendInvitationsMode)
          Saves this appointment in the specified folder.
 void Appointment.save(SendInvitationsMode sendInvitationsMode)
          Saves this appointment in the Calendar folder.
 void Appointment.save(WellKnownFolderName destinationFolderName, SendInvitationsMode sendInvitationsMode)
          Saves this appointment in the specified folder.
 



Copyright © 2012. All Rights Reserved.