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

interface XSimpleMailClientSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XSimpleMailClientSupplier
Description
Implementations of this interface do provide access to a simple mail client if there is one available
See also
XSimpleMailClient

Methods' Summary
querySimpleMailClient Allows a client to query for an object that implements XSimpleMailClient .
Methods' Details
querySimpleMailClient
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
XSimpleMailClient
Top of Page