21 module
com { module sun { module star { module system {
35 void setRecipient( [in]
string aRecipient );
42 string getRecipient( );
51 void setCcRecipient( [in] sequence< string > aCcRecipient );
58 sequence< string > getCcRecipient( );
65 void setBccRecipient( [in] sequence< string > aBccRecipient );
72 sequence< string > getBccRecipient( );
78 void setOriginator( [in]
string aOriginator );
85 string getOriginator( );
91 void setSubject( [in]
string aSubject );
111 void setAttachement( [in] sequence< string > aAttachement )
120 sequence< string > getAttachement( );
This interface lets a client set or get the information of a simple mail message. ...
Definition: XSimpleMailMessage.idl:28
Definition: Ambiguous.idl:20
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
base interface of all UNO interfaces
Definition: XInterface.idl:45