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