Lines Matching refs:mail
28 #include <com/sun/star/mail/XMailService.idl>
32 #include <com/sun/star/mail/XMailMessage.idl>
44 #include <com/sun/star/mail/MailException.idl>
48 #include <com/sun/star/mail/SendMailMessageFailedException.idl>
55 module com { module sun { module star { module mail {
60 @see com::sun::star::mail::XMailService
61 @see com::sun::star::mail::XMailMessage
65 interface XSmtpService: ::com::sun::star::mail::XMailService {
68 Send a mail message to its recipients.
71 [in] the mail message to be sent.
74 if no user is currently connected to the mail server.
76 @throws com::sun::star::mail::SendMailMessageFailedException
78 addresses. The e-mail addresses of recipients have to conform to
81 @throws com::sun::star::mail::MailException
84 specified in a mail message could not be found or accessed.
87 is thrown when the body of the mail message is provided in an
91 @see com::sun::star::mail::XMailMessage
93 @see com::sun::star::mail::SendMailMessageFailedException
94 @see com::sun::star::mail::MailException
98 …ar::io::NotConnectedException, com::sun::star::mail::SendMailMessageFailedException, com::sun::sta…