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

interface XSimpleMailClientSupplier
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

Methods' Summary
querySimpleMailClient Allows a client to query for an object that implements ::com::sun::star::system::XSimpleMailClient .  
Methods' Details
querySimpleMailClient
::com::sun::star::system::XSimpleMailClient
querySimpleMailClient();

Description
Allows a client to query for an object that implements ::com::sun::star::system::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