summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/mail/XMailMessage.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/mail/XMailMessage.idl')
-rw-r--r--offapi/com/sun/star/mail/XMailMessage.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/mail/XMailMessage.idl b/offapi/com/sun/star/mail/XMailMessage.idl
index 9dee0393b35f..e9c2d4c77cb6 100644
--- a/offapi/com/sun/star/mail/XMailMessage.idl
+++ b/offapi/com/sun/star/mail/XMailMessage.idl
@@ -54,7 +54,7 @@ interface XMailMessage: ::com::sun::star::uno::XInterface {
[attribute] string ReplyToAddress;
/**
- Add an recipients e-mail address to the list of recipients of this mail message.
+ Add a recipients e-mail address to the list of recipients of this mail message.
If the e-mail address doesn't conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>
sending the mail message will fail.
@@ -64,7 +64,7 @@ interface XMailMessage: ::com::sun::star::uno::XInterface {
void addRecipient([in] string sRecipientAddress);
/**
- Add an Cc recipients e-mail address to the list of recipients of this mail message.
+ Add a Cc recipients e-mail address to the list of recipients of this mail message.
If the e-mail address doesn't conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>
sending the mail message will fail.
@@ -74,7 +74,7 @@ interface XMailMessage: ::com::sun::star::uno::XInterface {
void addCcRecipient([in] string sRecipientAddress);
/**
- Add an BCC recipients e-mail address to the list of recipients of this mail message.
+ Add a BCC recipients e-mail address to the list of recipients of this mail message.
If the e-mail address doesn't conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>
sending the mail message will fail.