Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
|
Functions | |
std::string | AuditedExtract () |
Gets string identifier for 'audited extract' right. | |
std::string | Comment () |
Gets string identifier for 'comment' right. | |
std::vector< std::string > | CommonRights () |
Gets a list of rights that apply in all scenarios. | |
std::string | DocumentEdit () |
Gets string identifier for 'document edit' right. | |
std::vector< std::string > | DoNotForwardRights () |
Gets a list of rights that apply to do not forward emails. | |
std::string | Edit () |
Gets string identifier for 'edit' right. | |
std::vector< std::string > | EditableDocumentRights () |
Gets a list of rights that apply to documents. | |
std::string | EditRightsData () |
Gets string identifier for 'edit rights data' right. | |
std::vector< std::string > | EmailRights () |
Gets a list of rights that apply to emails. | |
std::vector< std::string > | EncryptOnlyRights () |
Gets a list of rights that apply to do encrypt only emails. | |
std::string | Export () |
Gets string identifier for 'export' right. | |
std::string | Extract () |
Gets string identifier for 'extract' right. | |
std::string | Forward () |
Gets string identifier for 'forward' right. | |
std::string | ObjectModel () |
Gets string identifier for 'object model' right. | |
std::string | Owner () |
Gets string identifier for 'owner' right. | |
std::string | Print () |
Gets string identifier for 'print' right. | |
std::string | Reply () |
Gets string identifier for 'reply' right. | |
std::string | ReplyAll () |
Gets string identifier for 'reply all' right. | |
std::string | View () |
Gets string identifier for 'view' right. | |
std::string | ViewRightsData () |
Gets string identifier for 'view rights data' right. | |
|
inline |
|
inline |
Gets string identifier for 'comment' right.
Definition at line 98 of file rights.h.
Referenced by EditableDocumentRights().
|
inline |
|
inline |
Gets string identifier for 'document edit' right.
Definition at line 133 of file rights.h.
Referenced by DoNotForwardRights(), and EncryptOnlyRights().
|
inline |
Gets a list of rights that apply to do not forward emails.
Definition at line 181 of file rights.h.
References DocumentEdit(), Edit(), ObjectModel(), Reply(), ReplyAll(), View(), and ViewRightsData().
|
inline |
Gets string identifier for 'edit' right.
Definition at line 70 of file rights.h.
Referenced by DoNotForwardRights(), EditableDocumentRights(), and EncryptOnlyRights().
|
inline |
Gets a list of rights that apply to documents.
Definition at line 163 of file rights.h.
References Comment(), Edit(), Extract(), Owner(), Print(), and View().
|
inline |
Gets string identifier for 'edit rights data' right.
Definition at line 147 of file rights.h.
Referenced by EncryptOnlyRights().
|
inline |
Gets a list of rights that apply to emails.
Definition at line 154 of file rights.h.
References Extract(), Forward(), Owner(), Print(), Reply(), ReplyAll(), and View().
|
inline |
Gets a list of rights that apply to do encrypt only emails.
Definition at line 197 of file rights.h.
References DocumentEdit(), Edit(), EditRightsData(), Extract(), Forward(), ObjectModel(), Print(), Reply(), ReplyAll(), View(), and ViewRightsData().
|
inline |
|
inline |
Gets string identifier for 'extract' right.
Definition at line 84 of file rights.h.
Referenced by EditableDocumentRights(), EmailRights(), and EncryptOnlyRights().
|
inline |
Gets string identifier for 'forward' right.
Definition at line 119 of file rights.h.
Referenced by EmailRights(), and EncryptOnlyRights().
|
inline |
Gets string identifier for 'object model' right.
Definition at line 140 of file rights.h.
Referenced by DoNotForwardRights(), and EncryptOnlyRights().
|
inline |
Gets string identifier for 'owner' right.
Definition at line 49 of file rights.h.
Referenced by CommonRights(), EditableDocumentRights(), and EmailRights().
|
inline |
Gets string identifier for 'print' right.
Definition at line 91 of file rights.h.
Referenced by EditableDocumentRights(), EmailRights(), and EncryptOnlyRights().
|
inline |
Gets string identifier for 'reply' right.
Definition at line 105 of file rights.h.
Referenced by DoNotForwardRights(), EmailRights(), and EncryptOnlyRights().
|
inline |
Gets string identifier for 'reply all' right.
Definition at line 112 of file rights.h.
Referenced by DoNotForwardRights(), EmailRights(), and EncryptOnlyRights().
|
inline |
Gets string identifier for 'view' right.
Definition at line 56 of file rights.h.
Referenced by CommonRights(), DoNotForwardRights(), EditableDocumentRights(), EmailRights(), and EncryptOnlyRights().
|
inline |
Gets string identifier for 'view rights data' right.
Definition at line 126 of file rights.h.
Referenced by DoNotForwardRights(), and EncryptOnlyRights().