Edit

Share via


PolicyTag Constructors

Definition

Overloads

PolicyTag()

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

PolicyTag(Boolean, Guid)

Initializes a new instance of the PolicyTag class indicating whether the associated retention policy ID was applied implicitly or explicitly. The PolicyTag(Boolean, Guid) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

PolicyTag()

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

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

Applies to

PolicyTag(Boolean, Guid)

Initializes a new instance of the PolicyTag class indicating whether the associated retention policy ID was applied implicitly or explicitly. The PolicyTag(Boolean, Guid) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

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

Parameters

isExplicit
Boolean

true if explicit; otherwise, false.

retentionId
Guid

The retention ID.

Applies to