#include <src/api/mip/file/msg_inspector.h>
Definition at line 80 of file msg_inspector.h.
◆ GetAttachments()
virtual const std::vector< std::shared_ptr< MsgAttachmentData > > & MsgInspector::GetAttachments |
( |
| ) |
const |
|
pure virtual |
Get a list of attachment as msg attachment data objects.
- Returns
- a vector of std::unique_ptr<MsgAttachmentData>
◆ GetBody()
virtual const std::vector< uint8_t > & MsgInspector::GetBody |
( |
| ) |
const |
|
pure virtual |
Get the body of the msg.
if TXT/HTML formatted as utf8.
- Returns
- a vector of bytes.
◆ GetBodyType()
virtual BodyType MsgInspector::GetBodyType |
( |
| ) |
const |
|
pure virtual |
Get body type.
- Returns
- the message's body type.
◆ GetCodePage()
virtual unsigned int MsgInspector::GetCodePage |
( |
| ) |
const |
|
pure virtual |
◆ GetFileStream()
virtual std::shared_ptr< Stream > FileInspector::GetFileStream |
( |
| ) |
const |
|
pure virtualinherited |
Get the file stream.
- Returns
- a shared ptr to the file stream.
◆ GetInspectorType()
Get file types,.
- Returns
- InspectorType.
The documentation for this class was generated from the following file: