:: com :: sun :: star :: mail ::

unpublished interface XMailServiceProvider
Description
A factory for creating different mail services.
Since
OpenOffice 2.0.0

Methods' Summary
create A factory method.  
Methods' Details
create
::com::sun::star::mail::XMailService
create( [in] ::com::sun::star::mail::MailServiceType  aType )
raises( ::com::sun::star::mail::NoMailServiceProviderException,
::com::sun::star::uno::Exception );

Description
A factory method.
Parameter aType
[in] the type of the requested mail service.
Returns
A XMailService interface.
See also
::com::sun::star::mail::XMailServiceProvider, ::com::sun::star::mail::MailServiceType
Top of Page