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
DisplayName
Retention policy tag display name.
public string DisplayName { get; set; }
Property Value
IsArchive
Is this an archive tag?
public bool IsArchive { get; set; }
Property Value
IsVisible
Is this a visible tag?
public bool IsVisible { get; set; }
Property Value
OptedInto
Is this a opted into tag?
public bool OptedInto { get; set; }
Property Value
RetentionAction
Retention action.
public RetentionActionType RetentionAction { get; set; }
Property Value
RetentionId
Retention Id.
public Guid RetentionId { get; set; }
Property Value
RetentionPeriod
Retention period in time span.
public int RetentionPeriod { get; set; }
Property Value
Type
Retention type.
public ElcFolderType Type { get; set; }