Lines Matching refs:mail
32 #include <com/sun/star/mail/MailAttachment.idl>
39 module com { module sun { module star { module mail {
49 Constructs an instance of a mail message.
52 [in] the e-mail address of the recipient.
53 …The e-mail address has to conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC 822</a>.
56 [in] the e-mail address of the sender of this mail message.
57 …The e-mail address has to conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC 822</a>.
60 [in] the subject of the mail message.
63 [in] the body of the mail message. It is expected that the
69 @see com::sun::star::mail::XMailMessage
75 Constructs an instance of a mail message.
78 [in] the e-mail address of the recipient.
79 …The e-mail address has to conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC 822</a>.
82 [in] the e-mail address of the sender of this mail message.
83 …The e-mail address has to conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC 822</a>.
86 [in] the subject of the mail message.
89 [in] the body of the mail message. It is expected that the
96 [in] specifies an attachment which should be send with this mail message.
98 @see com::sun::star::mail::XMailMessage
100 @see com::sun::star::mail::MailAttachment