summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/system/XSimpleMailMessage.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/system/XSimpleMailMessage.idl')
-rw-r--r--offapi/com/sun/star/system/XSimpleMailMessage.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/system/XSimpleMailMessage.idl b/offapi/com/sun/star/system/XSimpleMailMessage.idl
index 2ec696ec942e..1c507a561a8d 100644
--- a/offapi/com/sun/star/system/XSimpleMailMessage.idl
+++ b/offapi/com/sun/star/system/XSimpleMailMessage.idl
@@ -87,18 +87,18 @@ published interface XSimpleMailMessage: com::sun::star::uno::XInterface
sequence< string > getCcRecipient( );
//-------------------------------------------------------------------------
- /** To set the bcc recipient of a simple mail message.
+ /** To set the BCC recipient of a simple mail message.
@param aBccRecipient
- A sequence with the email addresses of one or more bcc recipients. An empty
- sequence means there are no bcc recipients.</p>
+ A sequence with the email addresses of one or more BCC recipients. An empty
+ sequence means there are no BCC recipients.</p>
*/
void setBccRecipient( [in] sequence< string > aBccRecipient );
//-------------------------------------------------------------------------
- /** To get the bcc recipients of a simple mail message.
+ /** To get the BCC recipients of a simple mail message.
@returns
- A sequence with the email addresses of one or more bcc recipients.
- <p>If no bcc recipients have been specified an empty sequence will be returned.</p>
+ A sequence with the email addresses of one or more BCC recipients.
+ <p>If no BCC recipients have been specified an empty sequence will be returned.</p>
*/
sequence< string > getBccRecipient( );