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

interface XSimpleMailClientSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XSimpleMailClientSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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