Lines Matching refs:mail

32 #include <com/sun/star/mail/MailAttachment.idl>
39 module com { module sun { module star { module mail {
42 Represents a mail message.
44 @see com::sun::star::mail::XMailServer
51 The display name of the sender of this mail message.
55 The e-mail address of the sender of this mail message.
56 …The e-mail address has to conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>.
61 The e-mail address where replies on this mail message should be sent to.
62 …If the e-mail address doesn't conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822…
63 sending the mail message later will fail.
69 Add an recipients e-mail address to the list of recipients of this mail message.
70 …If the e-mail address doesn't conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822…
71 sending the mail message will fail.
74 [in] the e-mail address of the recipient.
79 Add an Cc recipients e-mail address to the list of recipients of this mail message.
80 …If the e-mail address doesn't conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822…
81 sending the mail message will fail.
84 [in] the e-mail address of the Cc recipient.
89 Add an Bcc recipients e-mail address to the list of recipients of this mail message.
90 …If the e-mail address doesn't conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822…
91 sending the mail message will fail.
94 [in] the e-mail address of the Bcc recipient.
99 Return a sequence of the e-mail addresses of all recipients of
100 this mail message.
105 Return a sequence of the e-mail addresses of all the Cc recipients
106 of this mail message.
111 Return a sequence of the e-mail addresses of all the Bcc recipients
112 of this mail message.
117 The subject of a mail message.
122 The body of the mail message.
134 Add a file attachment to a mail message.
137 [in] specifies a file which should be attached to this mail message.
139 @see com::sun::star::mail::MailAttachment
145 be attached to this mail message.
147 @see com::sun::star::mail::MailAttachment