RetentionTagBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the retention policy tag applied to an item. The RetentionTagBase class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public ref class RetentionTagBase : Microsoft::Exchange::WebServices::Data::ComplexProperty
public class RetentionTagBase : Microsoft.Exchange.WebServices.Data.ComplexProperty
Public Class RetentionTagBase
Inherits ComplexProperty
- Inheritance
- Derived
Constructors
RetentionTagBase(String) |
Initializes a new instance of the RetentionTagBase class. The RetentionTagBase(String) 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. |
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. |
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. |