21module
com { module sun { module star { module system {
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
This interface lets a client set or get the information of a simple mail message.
Definition XSimpleMailMessage.idl:29
sequence< string > getBccRecipient()
To get the BCC recipients of a simple mail message.
string getSubject()
To get the subject of a simple mail message.
void setRecipient([in] string aRecipient)
To set the recipient of the simple mail message.
void setOriginator([in] string aOriginator)
To set the email address of the originator of a simple mail message.
sequence< string > getCcRecipient()
To get the cc recipients of a simple mail message.
void setSubject([in] string aSubject)
To set the subject of a simple mail message.
string getRecipient()
To get the recipient of the simple mail message.
void setAttachement([in] sequence< string > aAttachement)
To set an attachment of a simple mail message.
sequence< string > getAttachement()
To get the attachment of a simple mail message.
void setCcRecipient([in] sequence< string > aCcRecipient)
To set the cc recipients of a simple mail message.
string getOriginator()
To get the email address of the originator of a simple mail message.
void setBccRecipient([in] sequence< string > aBccRecipient)
To set the BCC recipient of a simple mail message.
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20