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

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

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

Methods in microsoft.exchange.webservices.data.core with parameters of type SendInvitationsMode
 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 item in a single EWS call.
 

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

Methods in microsoft.exchange.webservices.data.core.enumeration.service that return SendInvitationsMode
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.
 

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

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

Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type SendInvitationsMode
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–2015 Microsoft. All rights reserved.