summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorAriel Constenla-Haile <arielch@apache.org>2012-10-16 20:28:22 +0000
committerAriel Constenla-Haile <arielch@apache.org>2012-10-16 20:28:22 +0000
commit093977b1171fae4eaef13a6d32929451fc64ae66 (patch)
treedfd3acd6b6747d70ddc1d4d9a6e7edbe99005403 /offapi
parent7a652a2b2ab5e0d37e32185c8c5fac3af482bb76 (diff)
#i93995# - Allow setting Body of a simple mail message
Notes
Diffstat (limited to 'offapi')
-rwxr-xr-xoffapi/com/sun/star/system/XSimpleMailMessage2.idl42
-rw-r--r--offapi/com/sun/star/system/makefile.mk1
2 files changed, 43 insertions, 0 deletions
diff --git a/offapi/com/sun/star/system/XSimpleMailMessage2.idl b/offapi/com/sun/star/system/XSimpleMailMessage2.idl
new file mode 100755
index 000000000000..4560488a1804
--- /dev/null
+++ b/offapi/com/sun/star/system/XSimpleMailMessage2.idl
@@ -0,0 +1,42 @@
+/**************************************************************
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ *************************************************************/
+
+
+
+#ifndef __com_sun_star_system_XSimpleMailMessage2_idl__
+#define __com_sun_star_system_XSimpleMailMessage2_idl__
+
+#include <com/sun/star/system/XSimpleMailMessage.idl>
+
+module com { module sun { module star { module system {
+
+/** This interface extends <type>XSimpleMailMessage</type>.
+
+ @since Apache OpenOffice 3.5
+*/
+interface XSimpleMailMessage2: XSimpleMailMessage
+{
+ [attribute] string Body;
+};
+
+}; }; }; };
+
+#endif
diff --git a/offapi/com/sun/star/system/makefile.mk b/offapi/com/sun/star/system/makefile.mk
index 74a557596838..d0c152f580d6 100644
--- a/offapi/com/sun/star/system/makefile.mk
+++ b/offapi/com/sun/star/system/makefile.mk
@@ -40,6 +40,7 @@ IDLFILES=\
XSystemShellExecute.idl\
SimpleMailClientFlags.idl\
XSimpleMailMessage.idl\
+ XSimpleMailMessage2.idl\
XSimpleMailClient.idl\
XSimpleMailClientSupplier.idl\
SimpleCommandMail.idl \