RMS SDK for C++  0.2.1
A client library for using Microsoft RMS from Linux.
Static Public Member Functions | List of all members
rmscore::modernapi::EmailRights Class Reference

Rights that apply to email. More...

#include <rights.h>

Static Public Member Functions

static const std::string Reply ()
 Gets a right that allows a protected email message to be replied to with a message that includes a copy of the protected content.
 
static const std::string ReplyAll ()
 Gets a right that allows reply-all to a protected email message with a message that includes a copy of the protected content.
 
static const std::string Forward ()
 Gets a right that allows a protected email message to be forwarded.
 
static const std::string Extract ()
 Gets a right that allows content to be extracted from a protected email and placed in an unprotected, or a different protected, format. Same value as EditableDocumentRights.Extract.
 
static const std::string Print ()
 Gets a right that allows protected email content to be printed. Same value as EditableDocumentRights.Print.
 
static const std::vector< std::string > All ()
 Gets a list of all the rights that apply to emails.
 

Detailed Description

Rights that apply to email.


The documentation for this class was generated from the following file: