ArchiveTag Class

Definition

Defines the archive tag of an item or folder. The ArchiveTag class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public ref class ArchiveTag sealed : Microsoft::Exchange::WebServices::Data::RetentionTagBase
public sealed class ArchiveTag : Microsoft.Exchange.WebServices.Data.RetentionTagBase
Public NotInheritable Class ArchiveTag
Inherits RetentionTagBase
Inheritance

Constructors

ArchiveTag()

Initializes a new instance of the ArchiveTag class. The ArchiveTag() constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

ArchiveTag(Boolean, Guid)

Initializes a new instance of the ArchiveTag class and its associated properties. The ArchiveTag(Boolean, Guid) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Properties

IsExplicit

Gets or sets whether the retention policy tag associated with an item was explicitly applied. The IsExplicit property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

(Inherited from RetentionTagBase)
RetentionId

Gets or sets the retention policy tag ID. The RetentionId property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

(Inherited from RetentionTagBase)

Methods

ToString()

Returns a string that represents the current object. The ToString() method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

(Inherited from RetentionTagBase)

Applies to