- Description
-
Constructs an instance of a mail message.
- Parameter sTo
-
[in] the e-mail address of the recipient.
The e-mail address has to conform to RFC 822 .
- Parameter sFrom
-
[in] the e-mail address of the sender of this mail message.
The e-mail address has to conform to RFC 822 .
- Parameter sSubject
-
[in] the subject of the mail message.
- Parameter xBody
-
[in] the body of the mail message. It is expected that the
transferable delivers the data as a string. Although a
transferable may support multiple data flavors only the
first data flavor supplied will be used to retrieve the data
and it is expected that the data will be provided as a string.
- Parameter aMailAttachment
-
[in] specifies an attachment which should be send with this mail message.
- See also
- ::com::sun::star::mail::XMailMessage, ::com::sun::star::datatransfer::XTransferable, ::com::sun::star::mail::MailAttachment
|