|
Microsoft Information Protection (MIP) SDK for C++: Reference 1.16
Doxygen-generated documentation for MIP SDK written in C++
|
#include <memory>#include <vector>#include "mip/file/file_inspector.h"#include "mip/mip_namespace.h"
Go to the source code of this file.
Classes | |
| class | MsgAttachmentData |
| class | MsgInspector |
Enumerations | |
| enum class | BodyType : unsigned int { UNKNOWN = 0 , TXT = 1 , HTML = 2 , RTF = 3 } |
| Body type enumerator. More... | |
|
strong |
Body type enumerator.
| Enumerator | |
|---|---|
| UNKNOWN | Unkown body type |
| TXT | Text style body type, encoding is returned as utf8 |
| HTML | HTML style body type, encoding is returned as utf8 |
| RTF | RTF style body type, a binary format |
Definition at line 42 of file msg_inspector.h.