20 #ifndef __com_sun_star_system_XSimpleMailMessage_idl__
21 #define __com_sun_star_system_XSimpleMailMessage_idl__
28 module
com { module sun { module star { module system {
42 void setRecipient( [in]
string aRecipient );
49 string getRecipient( );
58 void setCcRecipient( [in] sequence< string > aCcRecipient );
65 sequence< string > getCcRecipient( );
72 void setBccRecipient( [in] sequence< string > aBccRecipient );
79 sequence< string > getBccRecipient( );
85 void setOriginator( [in]
string aOriginator );
92 string getOriginator( );
98 void setSubject( [in]
string aSubject );
105 string getSubject( );
118 void setAttachement( [in] sequence< string > aAttachement )
127 sequence< string > getAttachement( );
This interface lets a client set or get the information of a simple mail message. ...
Definition: XSimpleMailMessage.idl:35
– idl definition –
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
base interface of all UNO interfaces
Definition: XInterface.idl:47