Expand Minimize
This topic has not yet been rated - Rate this topic

CalendarItemCreateOrDeleteOperationType enumeration

The Exchange Web Services (EWS) autogenerated proxy object models that are created by .NET Framework proxy generators are deemphasized and we do not recommend that you use them for new .NET Framework client development. We recommend that you use the EWS Managed API to develop clients that target the .NET Framework. We recommend that you use the EWS Java API to develop clients that target the Java platform. For more information about the EWS Managed API, see Explore the EWS Managed API.

The CalendarItemCreateOrDeleteOperationType enumeration describes how meeting requests and cancellations are handled.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)
[SerializableAttribute]
public enum CalendarItemCreateOrDeleteOperationType
Member nameDescription
SendToNoneIn the CreateItem operation, specifies that the meeting is created but no meeting request is sent to attendees. In the DeleteItem operation, specifies that the meeting is deleted but no meeting cancellation message is sent to attendees.
SendOnlyToAllIn the CreateItem operation, specifies that the meeting is created and a meeting request is sent to all attendees, but no copy of the meeting request is saved. In the DeleteItem operation, specifies that the meeting is deleted and a meeting cancellation message is sent to all attendees, but no copy of the meeting cancellation is saved.
SendToAllAndSaveCopyIn the CreateItem operation, specifies that the meeting is created, a meeting request is sent to all attendees, and a copy of the meeting request is saved in the Sent Items folder. In the DeleteItem operation, specifies that the meeting is deleted, a meeting cancellation message is sent to all attendees, and a copy of the meeting cancellation is saved in the Sent Items folder.

You can determine the method for handling meeting requests by checking the SendMeetingInvitations property. You must set the SendMeetingInvitationsSpecified property to true so that the SendMeetingInvitations property is serialized into the SOAP request.

You can determine the method for handling meeting cancellations by checking the SendMeetingCancellations property. You must set the SendMeetingCancellationsSpecified property to true so that the SendMeetingCancellations property is serialized into the SOAP request.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.