Table of Contents

Class RetentionPolicyTag

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents retention policy tag object.

public sealed class RetentionPolicyTag
Inheritance
RetentionPolicyTag
Inherited Members

Constructors

RetentionPolicyTag()

Constructor

public RetentionPolicyTag()

Properties

Description

Retention policy tag description.

public string Description { get; set; }

Property Value

string

DisplayName

Retention policy tag display name.

public string DisplayName { get; set; }

Property Value

string

IsArchive

Is this an archive tag?

public bool IsArchive { get; set; }

Property Value

bool

IsVisible

Is this a visible tag?

public bool IsVisible { get; set; }

Property Value

bool

OptedInto

Is this a opted into tag?

public bool OptedInto { get; set; }

Property Value

bool

RetentionAction

Retention action.

public RetentionActionType RetentionAction { get; set; }

Property Value

RetentionActionType

RetentionId

Retention Id.

public Guid RetentionId { get; set; }

Property Value

Guid

RetentionPeriod

Retention period in time span.

public int RetentionPeriod { get; set; }

Property Value

int

Type

Retention type.

public ElcFolderType Type { get; set; }

Property Value

ElcFolderType