| title | class MsgInspector |
|---|---|
| description | Documents the msginspector::undefined class of the Microsoft Information Protection (MIP) SDK. |
| author | msmbaldwin |
| ms.service | information-protection |
| ms.topic | reference |
| ms.author | mbaldwin |
| ms.date | 11/07/2023 |
| Members | Descriptions |
|---|---|
| public const std::vector<uint8_t>& GetBody() const | Get the body of the msg. if TXT/HTML formatted as utf8. |
| public unsigned int GetCodePage() const | Get body encoding code page, relevant for txt, html body formats. |
| public BodyType GetBodyType() const | Get body type. |
| public const std::vector<std::shared_ptr<MsgAttachmentData>>& GetAttachments() const | Get a list of attachment as msg attachment data objects. |
| public InspectorType GetInspectorType() const | Get file types,. |
| public std::shared_ptr<Stream> GetFileStream() const | Get the file stream. |
Get the body of the msg. if TXT/HTML formatted as utf8.
Returns: A vector of bytes.
Get body encoding code page, relevant for txt, html body formats.
Returns: An unsigned code page.
See also: /windows/win32/intl/code-page-identifiers
Get body type.
Returns: The message's body type.
Get a list of attachment as msg attachment data objects.
Returns: A vector of std::unique_ptr<MsgAttachmentData>
Get file types,.
Returns: InspectorType.
Get the file stream.
Returns: A shared ptr to the file stream.