Table of Contents

Class RetentionTagBase

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

Represents the retention tag of an item.

public class RetentionTagBase : ComplexProperty
Inheritance
RetentionTagBase
Derived
Inherited Members

Constructors

RetentionTagBase(string)

Initializes a new instance of the RetentionTagBase class.

public RetentionTagBase(string xmlElementName)

Parameters

xmlElementName string

Xml element name.

Properties

IsExplicit

Gets or sets if the tag is explicit.

public bool IsExplicit { get; set; }

Property Value

bool

RetentionId

Gets or sets the retention id.

public Guid RetentionId { get; set; }

Property Value

Guid

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.