RMS SDK for C++
0.2.1
A client library for using Microsoft RMS from Linux.
|
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. | |
Rights that apply to email.