Edit

Share via


ArchiveTag Constructors

Definition

Overloads

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.

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.

public:
 ArchiveTag();
public ArchiveTag ();
Public Sub New ()

Applies to

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.

public:
 ArchiveTag(bool isExplicit, Guid retentionId);
public ArchiveTag (bool isExplicit, Guid retentionId);
Public Sub New (isExplicit As Boolean, retentionId As Guid)

Parameters

isExplicit
Boolean

true if the tag is explicit; otherwise, false.

retentionId
Guid

The GUID that represents the retention ID.

Applies to