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
$Deduplication
Indicates whether the search result should remove duplicate items.
public
bool
$Deduplication
Tags
$HoldId
Contains the mailbox hold identifier.
public
string
$HoldId
Tags
$IncludeNonIndexableItems
Indicates whether to include items that cannot be indexed.
public
bool
$IncludeNonIndexableItems
Tags
$InPlaceHoldIdentity
Specifies the identity of a hold that preserves the mailbox items.
public
string
$InPlaceHoldIdentity
Tags
$ItemHoldPeriod
Specifies the amount of time to hold content that matches the mailbox query.
public
string
$ItemHoldPeriod
Tags
$Language
Contains the language used for the search query.
public
string
$Language
Tags
$Mailboxes
Contains a list of mailboxes affected by the hold.
public
ArrayOfStringsType
$Mailboxes
Tags
$Query
Contains the search query for the hold.
public
string
$Query
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