#include <EMail.h>
List of all members.
Detailed Description
The email class implements the container of a e-mail
Member Enumeration Documentation
Type of receiver
- Enumerator:
-
Constructor & Destructor Documentation
| TEMail::TEMail |
( |
const TString & |
rSenderAddress ) |
|
creates an email
- Parameters:
-
| rSenderAddress | : address of the sender |
| TEMail::~TEMail |
( |
) |
[protected, virtual] |
Member Function Documentation
| void zeus::TEMail::addRecipient |
( |
const TString & |
rRecipientAddress, |
|
|
EReceiverType |
eType = etNormal |
|
) |
| [inline] |
Adds a recipient to the list
- Parameters:
-
| rRecipientAddress | : address of the recipient |
Adds a recipient to the list
- Parameters:
-
| rRecipientAddress | : address of the recipient |
| eType | : type of recipient list (normal, cc or bcc) |
| void zeus::TEMail::clearRecipientList |
( |
EReceiverType |
eType = etNormal ) |
[inline] |
clears the recipient list
- Parameters:
-
| eType | : type of recipient list (normal, cc or bcc) |
| TString TEMail::formatMessage |
( |
) |
const |
Formats the message for the SMTP data sending. The message ends with the termination charachters "<CRLF>.<CRLF>"
m_lstCCRecipients.isEmpty()
returns all blind carpon copy recipients
returns all carpon copy recipients
| TString zeus::TEMail::getDate |
( |
) |
const [inline] |
| void zeus::TEMail::setSubject |
( |
const TString & |
rSubject ) |
[inline] |
sets the subject of the message
- Parameters:
-
| rSubject | : subject of the message |
| void zeus::TEMail::setTextBody |
( |
const TString & |
rBody ) |
[inline] |
sets the text body
- Parameters:
-
The documentation for this class was generated from the following files: