summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MailFormat.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/office/MailFormat.idl')
-rw-r--r--oovbaapi/ooo/vba/office/MailFormat.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/office/MailFormat.idl b/oovbaapi/ooo/vba/office/MailFormat.idl
new file mode 100644
index 000000000000..f0661b811e2e
--- /dev/null
+++ b/oovbaapi/ooo/vba/office/MailFormat.idl
@@ -0,0 +1,7 @@
+module ooo { module vba { module office {
+ constants MailFormat {
+ const long mfHTML = 2;
+ const long mfPlainText = 1;
+ const long mfRTF = 3;
+ };
+}; }; };