Documentation

SetHoldOnMailboxesType extends BaseRequestType
in package

Defines a request to set a mailbox hold policy on mailboxes.

Table of Contents

Properties

$ActionType  : string
Indicates the type of action for the hold.
$Deduplication  : bool
Indicates whether the search result should remove duplicate items.
$HoldId  : string
Contains the mailbox hold identifier.
$IncludeNonIndexableItems  : bool
Indicates whether to include items that cannot be indexed.
$InPlaceHoldIdentity  : string
Specifies the identity of a hold that preserves the mailbox items.
$ItemHoldPeriod  : string
Specifies the amount of time to hold content that matches the mailbox query.
$Language  : string
Contains the language used for the search query.
$Mailboxes  : ArrayOfStringsType
Contains a list of mailboxes affected by the hold.
$Query  : string
Contains the search query for the hold.

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

$ActionType

Indicates the type of action for the hold.

public string $ActionType
Tags
since

Exchange 2013

see
HoldActionType

$Deduplication

Indicates whether the search result should remove duplicate items.

public bool $Deduplication
Tags
since

Exchange 2013

$IncludeNonIndexableItems

Indicates whether to include items that cannot be indexed.

public bool $IncludeNonIndexableItems
Tags
since

Exchange 2013

$InPlaceHoldIdentity

Specifies the identity of a hold that preserves the mailbox items.

public string $InPlaceHoldIdentity
Tags
since

Exchange 2013

$ItemHoldPeriod

Specifies the amount of time to hold content that matches the mailbox query.

public string $ItemHoldPeriod
Tags
since

Exchange 2013 SP1

$Language

Contains the language used for the search query.

public string $Language
Tags
since

Exchange 2013

$Mailboxes

Contains a list of mailboxes affected by the hold.

public ArrayOfStringsType $Mailboxes
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