37 const std::u32string aContentDescription,
38 const std::string aSpoolFileName)
39 : fileName(aFileName),
40 contentDescription(aContentDescription),
41 spoolFileName(aSpoolFileName)
47 #endif // ATTACHMENT_H_ Attachment(const std::u32string aFileName, const std::u32string aContentDescription, const std::string aSpoolFileName)
Create an attachment.
std::string spoolFileName
the spooled file name.
std::u32string contentDescription
The content description.
std::u32string fileName
The file name.