LibreOffice
LibreOffice 24.2 SDK API Reference
|
Specifies an interface for creating and sending email messages. More...
import"XSimpleMailClient.idl";
Public Member Functions | |
XSimpleMailMessage | createSimpleMailMessage () |
Create a simple mail message object that implements the interface XSimpleMailMessage. More... | |
void | sendSimpleMailMessage ([in] XSimpleMailMessage xSimpleMailMessage, [in] long aFlag) raises ( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::Exception ) |
Sends a given simple mail message object that implements the interface XSimpleMailMessage. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Specifies an interface for creating and sending email messages.
XSimpleMailMessage createSimpleMailMessage | ( | ) |
Create a simple mail message object that implements the interface XSimpleMailMessage.
void sendSimpleMailMessage | ( | [in] XSimpleMailMessage | xSimpleMailMessage, |
[in] long | aFlag | ||
) | |||
raises | ( | ::com::sun::star::lang::IllegalArgumentException, | |
::com::sun::star::uno::Exception | |||
) |
Sends a given simple mail message object that implements the interface XSimpleMailMessage.
xSimpleMailMessage | Specifies a configured mail object to be sent. |
aFlag | Specifies different flags that control the send process if the flag NO_USER_INTERFACE is specified. A recipient address must have been specified for the given xMailMessage object. |
com::sun::star::lang::IllegalArgumentException |
|
com::sun::star::uno::Exception | if an error occurs while sending the mail. |
The Message member of the exception may contain an error description.