interface XSimpleMailClientSupplier in module com::sun::star::system::

(Global Index)

Syntax

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

XSimpleMailClient

Method Summary

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

Known Services Which Export this Interface

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

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

Method Details



querySimpleMailClient

Syntax

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

XSimpleMailClient
Top of Page