Documentation

MovedCopiedEventType extends BaseObjectChangedEventType
in package

Represents an event in which an item or folder is copied.

Table of Contents

Properties

$FolderId  : FolderIdType
Represents the identifier of the folder.
$ItemId  : ItemIdType
Represents the identifier of the item.
$OldFolderId  : FolderIdType
Represents the folder identifier of the original folder before it was copied.
$OldItemId  : ItemIdType
Contains the unique identifier of the original item before it was copied.
$OldParentFolderId  : FolderIdType
Contains the identifier of the original parent folder of an item or folder that was copied.
$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

$OldFolderId

Represents the folder identifier of the original folder before it was copied.

public FolderIdType $OldFolderId
Tags
since

Exchange 2007

$OldItemId

Contains the unique identifier of the original item before it was copied.

public ItemIdType $OldItemId
Tags
since

Exchange 2007

$OldParentFolderId

Contains the identifier of the original parent folder of an item or folder that was copied.

public FolderIdType $OldParentFolderId
Tags
since

Exchange 2007

$ParentFolderId

Represents the identifier of the folder that contains the copy.

public FolderIdType $ParentFolderId
Tags
since

Exchange 2007

$TimeStamp

Represents the timestamp of a copy item/folder mailbox event.

public string $TimeStamp
Tags
since

Exchange 2007

todo

Make a DateTime object.

$Watermark

Represents the last valid watermark for a subscription.

public string $Watermark
Tags
since

Exchange 2007

todo

Determine if we need a WatermarkType.

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

        
On this page

Search results