LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_system_XSimpleMailClient_idl__
21 #define __com_sun_star_system_XSimpleMailClient_idl__
30 module
com { module sun { module star { module system {
XSimpleMailMessage createSimpleMailMessage()
Create a simple mail message object that implements the interface XSimpleMailMessage.
the base of all UNO exceptions
Definition: Exception.idl:33
Specifies an interface for creating and sending email messages.
Definition: XSimpleMailClient.idl:36
Definition: Ambiguous.idl:22
void sendSimpleMailMessage([in] XSimpleMailMessage xSimpleMailMessage, [in] long aFlag)
Sends a given simple mail message object that implements the interface XSimpleMailMessage.
This interface lets a client set or get the information of a simple mail message.
Definition: XSimpleMailMessage.idl:36
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:48