RightsManagementTemplate Class

Contains the template identifier, name, and description of a rights policy template available on the client.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerRightsManagementTemplate

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class RightsManagementTemplate

The RightsManagementTemplate type exposes the following members.

Constructors
  NameDescription
Public methodRightsManagementTemplate
Initializes a new instance of the RightsManagementTemplate class.
Public methodRightsManagementTemplate(String, String, String)
Initializes a new instance of the RightsManagementTemplate class.
Properties
  NameDescription
Public propertyTemplateDescription
Template description
Public propertyTemplateID
Template identifier
Public propertyTemplateName
Template name
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also