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
$DisplayName
Defines the display name of the retention policy tag.
public
string
$DisplayName
Tags
$IsArchive
Indicates whether the mailbox is an archive mailbox.
public
bool
$IsArchive
Tags
$IsVisible
Indicates whether the retention policy is visible to users.
public
bool
$IsVisible
Tags
$OptedInto
Indicates whether the user opted in to the retention policy.
public
bool
$OptedInto
Tags
$RetentionAction
Specifies the action performed on items with the retention tag.
public
string
$RetentionAction
Tags
$RetentionId
Specifies the retention tag identifier.
public
string
$RetentionId
Tags
$RetentionPeriod
Specifies the number of days that the retention policy is in effect.
public
int
$RetentionPeriod
Tags
$Type
Specifies the type of folder used in a retention policy.
public
string
$Type
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