LibreOffice
LibreOffice 24.8 SDK API Reference
|
A factory for creating different mail services. More...
import <XMailServiceProvider.idl;
Public Member Functions | |
XMailService | create ([in] MailServiceType aType) raises (com::sun::star::mail::NoMailServiceProviderException, com::sun::star::uno::Exception) |
A factory method. | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
A factory for creating different mail services.
XMailService create | ( | [in] MailServiceType | aType | ) | ||
raises | ( | com::sun::star::mail::NoMailServiceProviderException, | ||||
com::sun::star::uno::Exception ) |
A factory method.
aType | [in] the type of the requested mail service. |