RightsManagement Enumeration |
RightsManagement namespace of the ActiveSync protocol
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic enum RightsManagement
Public Enumeration RightsManagement
public enum class RightsManagement
Members
| Member name | Value | Description |
---|
| RightsManagementSupport | 5 |
Specifies how the server returns rights-managed email messages to the client.
|
| RightsManagementTemplates | 6 |
Contains the rights policy templates available to the client.
|
| RightsManagementTemplate | 7 |
Contains the template identifier, name, and description of a rights policy template available on the client.
|
| RightsManagementLicense | 8 |
Contains the rights policy template settings for the template applied to the e-mail message being synchronized.
|
| EditAllowed | 9 |
Specifies whether the content of the original email can be modified by the user when the user forwards, replies, or replies all to the email message.
|
| ReplyAllowed | 10 |
Specifies whether the user is allowed to reply to the e-mail message.
|
| ReplyAllAllowed | 11 |
Specifies whether the user can reply to all of the recipients of the original e-mail message.
|
| ForwardAllowed | 12 |
Specifies whether the user can forward the e-mail message.
|
| ModifyRecipientsAllowed | 13 |
Specifies whether the user can modify the recipient (1) list when the user forwards, or replies to the e-mail message.
|
| ExtractAllowed | 14 |
Specifies whether the user can copy content out of the e-mail message.
|
| PrintAllowed | 15 |
Specifies whether the e-mail can be printed by the user.
|
| ExportAllowed | 16 |
Specifies whether the IRM protection on the e-mail message can be removed by the user.
|
| ProgrammaticAccessAllowed | 17 |
Specifies whether the contents of the e-mail message can be accessed programmatically by third party applications.
|
| Owner | 18 |
Specifies whether the user is the owner of the e-mail message.
|
| ContentExpiryDate | 19 |
Specifies the expiration date for the license.
|
| TemplateID | 20 |
Contains a string that identifies the rights policy template.
|
| TemplateName | 21 |
Specifies the name of the rights policy template.
|
| TemplateDescription | 22 |
Contains a description of the rights policy template.
|
| ContentOwner | 23 |
Specifies the e-mail address of the content owner.
|
| RemoveRightsManagementDistribution | 24 |
Indicates that the client is removing rights management distribution
|
See Also