BaseObjectChangedEventType
extends BaseNotificationEventType
in package
Represents an event in which an item or folder is created.
Table of Contents
Properties
- $FolderId : FolderIdType
- Represents the identifier of the folder.
- $ItemId : ItemIdType
- Represents the identifier of the item.
- $ParentFolderId : FolderIdType
- Represents the identifier of the folder that contains the copy.
- $TimeStamp : string
- Represents the timestamp of a copy item/folder mailbox event.
- $Watermark : string
- Represents the last valid watermark for a subscription.
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.
Properties
$FolderId
Represents the identifier of the folder.
public
FolderIdType
$FolderId
Tags
$ItemId
Represents the identifier of the item.
public
ItemIdType
$ItemId
Tags
$ParentFolderId
Represents the identifier of the folder that contains the copy.
public
FolderIdType
$ParentFolderId
Tags
$TimeStamp
Represents the timestamp of a copy item/folder mailbox event.
public
string
$TimeStamp
Tags
$Watermark
Represents the last valid watermark for a subscription.
public
string
$Watermark
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