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

unpublished service MailServer
Supported Interface
XMailServer
Usage Restrictions
not published
Since
OOo 2.0


Constructors' Summary
create Creation method.  
Constructors' Details
create
create( [in] string  sServerName )
raises( NoMailTransportProviderException,
::com::sun::star::uno::Exception );

Description
Creation method.
Parameter sServerName
[in] the full qualified domain name of the mail server.
Throws
com::sun::star::mail::NoMailTransportProviderException if an appropriate provider for sending mail messages could not be found or could not be created.
Throws
com::sun::star::uno::Exception on any other error which prevents the construction of an instance of this service.
See also
XMailServer

 
Top of Page