:: com :: sun :: star ::

module mail
Description
Interfaces for Email connectivity

Services
MailMessage
MailServiceProvider
Interfaces
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.
XConnectionListener The listener interface for connection events.
XMailMessage Represents a mail message.
XMailService Represents a mail server abstraction.
XMailServiceProvider A factory for creating different mail services.
XSmtpService Represents a SMTP service abstraction.
Structs
MailAttachment A MailAttachment specifies a mail message attachment.
Exceptions
MailException An MailException is the base of all mail related exceptions.
NoMailServiceProviderException A NoMailServiceProviderException will be thrown if an appropriate provider for requested mail service could not be found or could not be created.
NoMailTransportProviderException A NoMailTransportProviderException will be thrown if an appropriate provider for sending mail messages could not be found or could not be created.
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
MailServiceType
Top of Page