20module
com { module sun { module star { module mail {
22interface XMailMessage;
Interface to be implemented by objects used to provide data for a data transfer operation.
Definition XTransferable.idl:30
Represents a mail message.
Definition XMailMessage.idl:29
Definition Ambiguous.idl:20
Definition MailMessage.idl:28
createWithAttachment([in] string sTo, [in] string sFrom, [in] string sSubject, [in] com::sun::star::datatransfer::XTransferable xBody, [in] MailAttachment aMailAttachment)
Constructs an instance of a mail message.
create([in] string sTo, [in] string sFrom, [in] string sSubject, [in] com::sun::star::datatransfer::XTransferable xBody)
Constructs an instance of a mail message.
A MailAttachment specifies a mail message attachment.
Definition MailAttachment.idl:30