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();