Documentation

ModifiedEventType extends BaseObjectChangedEventType
in package

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

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.
$UnreadCount  : int
Represents the count of unread items within a given folder.
$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

$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.

$UnreadCount

Represents the count of unread items within a given folder.

public int $UnreadCount
Tags
since

Exchange 2007

$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