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> _
Public Enumeration CalendarItemUpdateOperationType
'Usage
Dim instance As CalendarItemUpdateOperationType
[SerializableAttribute]
public enum CalendarItemUpdateOperationType

Members

Member name Description
SendToNone The calendar item is updated but updates are not sent to attendees.
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.

Remarks

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

See Also

Reference