Click or drag to resize

RightsManagement Enumeration

RightsManagement namespace of the ActiveSync protocol

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum RightsManagement
Members
  Member nameValueDescription
RightsManagementSupport5 Specifies how the server returns rights-managed email messages to the client.
RightsManagementTemplates6 Contains the rights policy templates available to the client.
RightsManagementTemplate7 Contains the template identifier, name, and description of a rights policy template available on the client.
RightsManagementLicense8 Contains the rights policy template settings for the template applied to the e-mail message being synchronized.
EditAllowed9 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.
ReplyAllowed10 Specifies whether the user is allowed to reply to the e-mail message.
ReplyAllAllowed11 Specifies whether the user can reply to all of the recipients of the original e-mail message.
ForwardAllowed12 Specifies whether the user can forward the e-mail message.
ModifyRecipientsAllowed13 Specifies whether the user can modify the recipient (1) list when the user forwards, or replies to the e-mail message.
ExtractAllowed14 Specifies whether the user can copy content out of the e-mail message.
PrintAllowed15 Specifies whether the e-mail can be printed by the user.
ExportAllowed16 Specifies whether the IRM protection on the e-mail message can be removed by the user.
ProgrammaticAccessAllowed17 Specifies whether the contents of the e-mail message can be accessed programmatically by third party applications.
Owner18 Specifies whether the user is the owner of the e-mail message.
ContentExpiryDate19 Specifies the expiration date for the license.
TemplateID20 Contains a string that identifies the rights policy template.
TemplateName21 Specifies the name of the rights policy template.
TemplateDescription22 Contains a description of the rights policy template.
ContentOwner23 Specifies the e-mail address of the content owner.
RemoveRightsManagementDistribution24 Indicates that the client is removing rights management distribution
See Also