Documentation

RetentionPolicyTagType extends Type
in package

Defines the retention policy for a mailbox item.

Table of Contents

Properties

$Description  : string
Specifies the descriptive text for the retention policy.
$DisplayName  : string
Defines the display name of the retention policy tag.
$IsArchive  : bool
Indicates whether the mailbox is an archive mailbox.
$IsVisible  : bool
Indicates whether the retention policy is visible to users.
$OptedInto  : bool
Indicates whether the user opted in to the retention policy.
$RetentionAction  : string
Specifies the action performed on items with the retention tag.
$RetentionId  : string
Specifies the retention tag identifier.
$RetentionPeriod  : int
Specifies the number of days that the retention policy is in effect.
$Type  : string
Specifies the type of folder used in a retention policy.

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

$Description

Specifies the descriptive text for the retention policy.

public string $Description
Tags
since

Exchange 2013

$DisplayName

Defines the display name of the retention policy tag.

public string $DisplayName
Tags
since

Exchange 2013

$IsArchive

Indicates whether the mailbox is an archive mailbox.

public bool $IsArchive
Tags
since

Exchange 2013

$IsVisible

Indicates whether the retention policy is visible to users.

public bool $IsVisible
Tags
since

Exchange 2013

$OptedInto

Indicates whether the user opted in to the retention policy.

public bool $OptedInto
Tags
since

Exchange 2013

$RetentionAction

Specifies the action performed on items with the retention tag.

public string $RetentionAction
Tags
since

Exchange 2013

see
RetentionActionType

$RetentionId

Specifies the retention tag identifier.

public string $RetentionId
Tags
since

Exchange 2013

$RetentionPeriod

Specifies the number of days that the retention policy is in effect.

public int $RetentionPeriod
Tags
since

Exchange 2013

$Type

Specifies the type of folder used in a retention policy.

public string $Type
Tags
since

Exchange 2013

see
ElcFolderType

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