:: com :: sun :: star ::

module mail
Description
Interfaces for Email connectivity

Services
::com::sun::star::mail::MailMessage
::com::sun::star::mail::MailServer
::com::sun::star::mail::MailServiceProvider
Interfaces
::com::sun::star::mail::XAuthenticator Represents an interface that will be used to query for user information which are necessary to login to a network resource. An implementation of this interface may for instance show a dialog to query the user for the necessary data.
::com::sun::star::mail::XConnectionListener The listener interface for connection events.
::com::sun::star::mail::XMailMessage Represents a mail message.
::com::sun::star::mail::XMailServer Represents a mail server abstraction.
::com::sun::star::mail::XMailService Represents a mail server abstraction.
::com::sun::star::mail::XMailServiceProvider A factory for creating different mail services.
::com::sun::star::mail::XSmtpService Represents a SMTP service abstraction.
Structs
::com::sun::star::mail::MailAttachment A ::com::sun::star::mail::MailAttachment specifies a mail message attachment.
Exceptions
::com::sun::star::mail::MailException An MailException is the base of all mail related exceptions.
::com::sun::star::mail::NoMailServiceProviderException A ::com::sun::star::mail::NoMailServiceProviderException will be thrown if an appropriate provider for requested mail service could not be found or could not be created.
::com::sun::star::mail::NoMailTransportProviderException A ::com::sun::star::mail::NoMailTransportProviderException will be thrown if an appropriate provider for sending mail messages could not be found or could not be created.
::com::sun::star::mail::SendMailMessageFailedException A SendFailedException will be thrown if a mail message could not be sent because the e-mail addresses of some recipients are invalid. E-mail addresses have to conform to RFC 822 .
Enums
::com::sun::star::mail::MailServiceType
Top of Page