Wt examples  3.7.1
Public Member Functions | Public Attributes | List of all members
Attachment Class Reference

An email attachment. More...

#include <Attachment.h>

Public Member Functions

 Attachment (const std::wstring aFileName, const std::wstring aContentDescription, const std::string aSpoolFileName)
 Create an attachment. More...
 

Public Attributes

std::wstring fileName
 The file name. More...
 
std::wstring contentDescription
 The content description. More...
 
std::string spoolFileName
 the spooled file name. More...
 

Detailed Description

An email attachment.

This widget is part of the Wt composer example.

Definition at line 19 of file Attachment.h.

Constructor & Destructor Documentation

◆ Attachment()

Attachment::Attachment ( const std::wstring  aFileName,
const std::wstring  aContentDescription,
const std::string  aSpoolFileName 
)
inline

Create an attachment.

Definition at line 36 of file Attachment.h.

39  : fileName(aFileName),
40  contentDescription(aContentDescription),
41  spoolFileName(aSpoolFileName)
42  { }
std::wstring contentDescription
The content description.
Definition: Attachment.h:28
std::string spoolFileName
the spooled file name.
Definition: Attachment.h:32
std::wstring fileName
The file name.
Definition: Attachment.h:24

Member Data Documentation

◆ contentDescription

std::wstring Attachment::contentDescription

The content description.

Definition at line 28 of file Attachment.h.

◆ fileName

std::wstring Attachment::fileName

The file name.

Definition at line 24 of file Attachment.h.

◆ spoolFileName

std::string Attachment::spoolFileName

the spooled file name.

Definition at line 32 of file Attachment.h.


The documentation for this class was generated from the following file:

Generated on Tue Dec 15 2020 for the C++ Web Toolkit (Wt) by doxygen 1.8.13