summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/mail/MailAttachment.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/mail/MailAttachment.idl')
-rw-r--r--offapi/com/sun/star/mail/MailAttachment.idl26
1 files changed, 13 insertions, 13 deletions
diff --git a/offapi/com/sun/star/mail/MailAttachment.idl b/offapi/com/sun/star/mail/MailAttachment.idl
index a30aadfa0304..7d335bfb7c20 100644
--- a/offapi/com/sun/star/mail/MailAttachment.idl
+++ b/offapi/com/sun/star/mail/MailAttachment.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -34,29 +34,29 @@
module com { module sun { module star { module mail {
-/**
+/**
A <type>MailAttachment</type> specifies a mail message attachment.
-
+
@see ::com::sun::star::mail::XMailMessage
-
+
@since OOo 2.0.0
*/
struct MailAttachment
-{
+{
/**
The actual data which should be attached to a mail message.
- It is expected that the transferable delivers the data as
- sequence of bytes. Although a transferable may support
- multiple data flavors only the first data flavor supplied
- will be used to retrive the data and it is expected that
+ It is expected that the transferable delivers the data as
+ sequence of bytes. Although a transferable may support
+ multiple data flavors only the first data flavor supplied
+ will be used to retrive the data and it is expected that
the type of the data is a sequence of bytes.
-
- @see ::com::sun::star::datatransfer::XTransferable
+
+ @see ::com::sun::star::datatransfer::XTransferable
*/
::com::sun::star::datatransfer::XTransferable Data;
-
+
/**
- The name of the attachment as seen by the recipient of the
+ The name of the attachment as seen by the recipient of the
mail message. ReadableName must not be empty.
*/
string ReadableName;