Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
Loading...
Searching...
No Matches
auditmetadatakeys Namespace Reference

Functions

std::string LastModifiedBy ()
 
std::string LastModifiedDate ()
 
std::string Recipients ()
 
std::string Sender ()
 Audit metadata keys in string representation.
 

Function Documentation

◆ LastModifiedBy()

std::string auditmetadatakeys::LastModifiedBy ( )
inline

Definition at line 59 of file execution_state.h.

59{ return "LastModifiedBy"; }

◆ LastModifiedDate()

std::string auditmetadatakeys::LastModifiedDate ( )
inline

Definition at line 60 of file execution_state.h.

60{ return "LastModifiedDate"; }

◆ Recipients()

std::string auditmetadatakeys::Recipients ( )
inline

Definition at line 58 of file execution_state.h.

58{ return "Recipients"; }

◆ Sender()

std::string auditmetadatakeys::Sender ( )
inline

Audit metadata keys in string representation.

Definition at line 57 of file execution_state.h.

57{ return "Sender"; }