Documentation

MarkAllItemsAsRead extends BaseRequestType
in package

Defines a request to mark all the items in a folder as read.

Table of Contents

Properties

$FolderIds  : NonEmptyArrayOfBaseFolderIdsType
Contains an array of folder identifiers that are used to identify folders mark items within.
$ReadFlag  : bool
Indicates the read state to set on items in a folder.
$SuppressReadReceipts  : bool
Indicates whether read receipts should be suppressed.

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

$FolderIds

Contains an array of folder identifiers that are used to identify folders mark items within.

public NonEmptyArrayOfBaseFolderIdsType $FolderIds
Tags
since

Exchange 2013

$ReadFlag

Indicates the read state to set on items in a folder.

public bool $ReadFlag
Tags
since

Exchange 2013

$SuppressReadReceipts

Indicates whether read receipts should be suppressed.

public bool $SuppressReadReceipts
Tags
since

Exchange 2013

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