20 #ifndef __com_sun_star_mail_XMailMessage_idl__
21 #define __com_sun_star_mail_XMailMessage_idl__
27 module
com { module sun { module star { module mail {
64 void addRecipient([in]
string sRecipientAddress);
74 void addCcRecipient([in]
string sRecipientAddress);
84 void addBccRecipient([in]
string sRecipientAddress);
90 sequence<string> getRecipients();
96 sequence<string> getCcRecipients();
102 sequence<string> getBccRecipients();
137 sequence<MailAttachment> getAttachments();
string ReplyToAddress
The e-mail address where replies on this mail message should be sent to.
Definition: XMailMessage.idl:54
string SenderAddress
The e-mail address of the sender of this mail message.
Definition: XMailMessage.idl:46
Represents a mail message.
Definition: XMailMessage.idl:36
– idl definition –
Definition: Ambiguous.idl:22
string SenderName
The display name of the sender of this mail message.
Definition: XMailMessage.idl:41
string Subject
The subject of a mail message.
Definition: XMailMessage.idl:107
A MailAttachment specifies a mail message attachment.
Definition: MailAttachment.idl:34
com::sun::star::datatransfer::XTransferable Body
The body of the mail message.
Definition: XMailMessage.idl:119
base interface of all UNO interfaces
Definition: XInterface.idl:47
Interface to be implemented by objects used to provide data for a data transfer operation.
Definition: XTransferable.idl:37