20 module
com { module sun { module star { module mail {
57 void addRecipient([in]
string sRecipientAddress);
67 void addCcRecipient([in]
string sRecipientAddress);
77 void addBccRecipient([in]
string sRecipientAddress);
83 sequence<string> getRecipients();
89 sequence<string> getCcRecipients();
95 sequence<string> getBccRecipients();
130 sequence<MailAttachment> getAttachments();
string ReplyToAddress
The e-mail address where replies on this mail message should be sent to.
Definition: XMailMessage.idl:47
string SenderAddress
The e-mail address of the sender of this mail message.
Definition: XMailMessage.idl:39
Represents a mail message.
Definition: XMailMessage.idl:29
Definition: Ambiguous.idl:20
string SenderName
The display name of the sender of this mail message.
Definition: XMailMessage.idl:34
string Subject
The subject of a mail message.
Definition: XMailMessage.idl:100
A MailAttachment specifies a mail message attachment.
Definition: MailAttachment.idl:29
com::sun::star::datatransfer::XTransferable Body
The body of the mail message.
Definition: XMailMessage.idl:112
base interface of all UNO interfaces
Definition: XInterface.idl:45
Interface to be implemented by objects used to provide data for a data transfer operation.
Definition: XTransferable.idl:29