Documentation

CalendarItemUpdateOperationType extends Enumeration
in package

Defines how meeting updates are communicated after a calendar item is updated.

Table of Contents

Constants

SEND_ONLY_TO_ALL  = 'SendOnlyToAll'
The calendar item is updated and the meeting update is sent to all attendees but is not saved in the Sent Items folder.
SEND_ONLY_TO_CHANGED  = 'SendOnlyToChanged'
The calendar item is updated and the meeting update is sent only to attendees that are affected by the change in the meeting.
SEND_TO_ALL_AND_SAVE_COPY  = 'SendToAllAndSaveCopy'
The calendar item is updated, the meeting update is sent to all attendees, and a copy is saved in the Sent Items folder.
SEND_TO_CHANGED_AND_SAVE_COPY  = '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 Sent Items folder.
SEND_TO_NONE  = 'SendToNone'
The calendar item is updated but updates are not sent to attendees.

Properties

$_  : string
Element value.

Methods

__clone()  : mixed
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
__toString()  : string
Returns the value of this enumeration as a string.

Constants

SEND_ONLY_TO_ALL

The calendar item is updated and the meeting update is sent to all attendees but is not saved in the Sent Items folder.

public string SEND_ONLY_TO_ALL = 'SendOnlyToAll'
Tags
since

Exchange 2007

SEND_ONLY_TO_CHANGED

The calendar item is updated and the meeting update is sent only to attendees that are affected by the change in the meeting.

public string SEND_ONLY_TO_CHANGED = 'SendOnlyToChanged'
Tags
since

Exchange 2007

SEND_TO_ALL_AND_SAVE_COPY

The calendar item is updated, the meeting update is sent to all attendees, and a copy is saved in the Sent Items folder.

public string SEND_TO_ALL_AND_SAVE_COPY = 'SendToAllAndSaveCopy'
Tags
since

Exchange 2007

SEND_TO_CHANGED_AND_SAVE_COPY

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 Sent Items folder.

public string SEND_TO_CHANGED_AND_SAVE_COPY = 'SendToChangedAndSaveCopy'
Tags
since

Exchange 2007

SEND_TO_NONE

The calendar item is updated but updates are not sent to attendees.

public string SEND_TO_NONE = 'SendToNone'
Tags
since

Exchange 2007

Properties

$_

Element value.

public string $_
Tags
deprecated
1.0.0

This property will be removed in a future release and should not be used. Instead, you should reference the constants implemented in the class directly.

Methods

__clone()

Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

public __clone() : mixed

__toString()

Returns the value of this enumeration as a string.

public __toString() : string

.

Tags
suppress

PhanDeprecatedProperty

Return values
string

        
On this page

Search results