MT Showcase SDK
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Showcase::EmailAttachment Struct Reference

Email attachment containing a file. More...

#include <EmailServiceAPI.hpp>

Public Attributes

QString filename
 Filename that appears in the email.
 
std::unique_ptr< QIODevice > device
 Device to read attachment data from.
 
QString contentType
 Content type for attachment, e.g. "application/octet-stream".
 

Detailed Description

Email attachment containing a file.