Wt examples
4.0.0
|
An email attachment. More...
#include <Attachment.h>
Public Member Functions | |
Attachment (const std::u32string aFileName, const std::u32string aContentDescription, const std::string aSpoolFileName) | |
Create an attachment. More... | |
Public Attributes | |
std::u32string | fileName |
The file name. More... | |
std::u32string | contentDescription |
The content description. More... | |
std::string | spoolFileName |
the spooled file name. More... | |
An email attachment.
This widget is part of the Wt composer example.
Definition at line 19 of file Attachment.h.
|
inline |
Create an attachment.
Definition at line 36 of file Attachment.h.
std::u32string Attachment::contentDescription |
The content description.
Definition at line 28 of file Attachment.h.
std::u32string Attachment::fileName |
The file name.
Definition at line 24 of file Attachment.h.
std::string Attachment::spoolFileName |
the spooled file name.
Definition at line 32 of file Attachment.h.