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
stringXml element name.
Properties
IsExplicit
Gets or sets if the tag is explicit.
public bool IsExplicit { get; set; }
Property Value
RetentionId
Gets or sets the retention id.
public Guid RetentionId { get; set; }
Property Value
Methods
ToString()
public override string ToString()