|
| | MailMessage (const UtlString &rFromName, const UtlString &rFromAddress, const UtlString &rSmtpServer) |
| |
| void | To (const UtlString &rName, const UtlString &rAddress) |
| |
| void | Cc (const UtlString &rName, const UtlString &rAddress) |
| |
| void | Bcc (const UtlString &rName, const UtlString &rAddress) |
| |
| void | Subject (const UtlString &rSubject) |
| |
| void | Body (const UtlString &rText) |
| |
| void | Body (const UtlString &rText, const UtlString &rHtml) |
| |
| bool | Attach (const UtlString &rFilename) |
| |
| bool | Attach (const unsigned char *data, const int &rDatalength, const UtlString &rFilename) |
| |
| UtlString | Send () |
| |