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

unpublished interface XSystemMailProvider
Usage Restrictions
not published
Description
Provides access to a mail client, if there is one available on the system.

Methods' Summary
queryMailClient Allows a client to query for an object that implements XMailClient.  
Methods' Details
queryMailClient
XMailClient
queryMailClient();

Description
Allows a client to query for an object that implements XMailClient.
Returns
An interface to a mail client if there is one available on the system, or an empty reference otherwise.
Top of Page