Documentation

NotificationEventTypeType extends Enumeration
in package

Defines the type of event a notification is for.

Table of Contents

Constants

COPIED_EVENT  = 'CopiedEvent'
Indicates the notification is for an item copied event.
CREATED_EVENT  = 'CreatedEvent'
Indicates the notification is for an item created event.
DELETED_EVENT  = 'DeletedEvent'
Indicates the notification is for an item deleted event.
FREE_BUSY_CHANGED_EVENT  = 'FreeBusyChangedEvent'
Indicates the notification is for a free or busy change event.
MODIFIED_EVENT  = 'ModifiedEvent'
Indicates the notification is for an item modified event.
MOVED_EVENT  = 'MovedEvent'
Indicates the notification is for an item moved event.
NEW_MAIL_EVENT  = 'NewMailEvent'
Indicates the notification is for a new mail event.

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

COPIED_EVENT

Indicates the notification is for an item copied event.

public string COPIED_EVENT = 'CopiedEvent'
Tags
since

Exchange 2007

CREATED_EVENT

Indicates the notification is for an item created event.

public string CREATED_EVENT = 'CreatedEvent'
Tags
since

Exchange 2007

DELETED_EVENT

Indicates the notification is for an item deleted event.

public string DELETED_EVENT = 'DeletedEvent'
Tags
since

Exchange 2007

FREE_BUSY_CHANGED_EVENT

Indicates the notification is for a free or busy change event.

public string FREE_BUSY_CHANGED_EVENT = 'FreeBusyChangedEvent'
Tags
since

Exchange 2007

MODIFIED_EVENT

Indicates the notification is for an item modified event.

public string MODIFIED_EVENT = 'ModifiedEvent'
Tags
since

Exchange 2007

MOVED_EVENT

Indicates the notification is for an item moved event.

public string MOVED_EVENT = 'MovedEvent'
Tags
since

Exchange 2007

NEW_MAIL_EVENT

Indicates the notification is for a new mail event.

public string NEW_MAIL_EVENT = 'NewMailEvent'
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