CalendarItemUpdateOperationType Enumeration

The CalendarItemUpdateOperationType enumeration specifies how meeting updates are communicated after a calendar item is updated.

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

Syntax

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

Members

Member name Description
SendOnlyToAll The calendar item is updated and the meeting update is sent to all attendees but is not saved in the folder that is identified by the SavedItemFolderId property.
SendOnlyToChanged The calendar item is updated and the meeting update is sent only to attendees that are affected by the change in the meeting.
SendToAllAndSaveCopy The calendar item is updated, the meeting update is sent to all attendees, and a copy is saved in the folder that is identified by the SavedItemFolderId property.
SendToChangedAndSaveCopy The calendar item is updated, the meeting update is sent to all attendees that are affected by the change in the meeting, and a copy is saved in the folder that is identified by the SavedItemFolderId property.
SendToNone The calendar item is updated but updates are not sent to attendees.

Remarks

This enumeration is used by the SendMeetingInvitationsOrCancellations property of the UpdateItemType object.

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