Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: system ::

interface XSimpleMailClientSupplier

Base Interface
com::sun::star::uno::XInterface

Description
Implementations of this interface do provide access to a simple mail client if there is one available
See also
com::sun::star::system::XSimpleMailClient


Known Services which Export this Interface

com::sun::star::system::SimpleCommandMail Specifies a SimpleCommandMail service. Implementations of such a service, do implement an interface to send mail messages via the current configured command line mail application.
com::sun::star::system::SimpleSystemMail Specifies a SimpleSystemMail service. Implementations of such a service implement an interface to send mail messages via the currently configured system mail client.

Methods' Summary

querySimpleMailClient Allows a client to query for an object that implements XSimpleMailClient .

Methods' Details

querySimpleMailClient
 
com::sun::star::system::XSimpleMailClient
querySimpleMailClient();
Description
Allows a client to query for an object that implements XSimpleMailClient .
Returns
An interface to a simple mail client if there is one available on the system or an empty reference else.
See also
com::sun::star::system::XSimpleMailClient

Top of Page