CalendarItemCreateOrDeleteOperationType Enumeration

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

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/types")> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
Public Enumeration CalendarItemCreateOrDeleteOperationType
[SerializableAttribute] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
public enum CalendarItemCreateOrDeleteOperationType
[SerializableAttribute] 
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types")] 
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")] 
public enum class CalendarItemCreateOrDeleteOperationType
/** @attribute SerializableAttribute() */ 
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") */ 
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */ 
public enum CalendarItemCreateOrDeleteOperationType
SerializableAttribute 
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") 
GeneratedCodeAttribute("wsdl", "2.0.50727.42") 
public enum CalendarItemCreateOrDeleteOperationType

Members

Member name Description
SendOnlyToAll In 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.
SendToAllAndSaveCopy In 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.
SendToNone In 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.

Remarks

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.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)

See Also