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
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
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
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
SEND_TO_NONE
The calendar item is updated but updates are not sent to attendees.
public
string
SEND_TO_NONE
= 'SendToNone'
Tags
Properties
$_
Element value.
public
string
$_
Tags
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
.