email_plat/email_services_api/email_services_api.h
changeset 75 47d84de1c893
parent 72 64e38f08e49c
--- a/email_plat/email_services_api/email_services_api.h	Fri Sep 17 08:27:21 2010 +0300
+++ b/email_plat/email_services_api/email_services_api.h	Mon Oct 04 00:05:37 2010 +0300
@@ -44,10 +44,14 @@
 static const QString emailSendToKey = "to";
 static const QString emailSendCcKey = "cc";
 static const QString emailSendBccKey = "bcc";
+
+// MIME type for body text, e.g. "text/html". If this key is not defined,
+// emailSendBodyValueKey is treated as "text/plain".
+static const QString emailSendBodyMimeTypeKey = "mimeType";
+
 static const QString emailSendBodyTextKey = "body";
 static const QString emailSendAttachmentKey = "attachment";
 
-
 /*!
     Mail service name
 */
@@ -157,7 +161,7 @@
                  given mailbox and folder IDs) into the view stack. This means
                  that when the back button is pressed from the viewer view, the
                  message list view will be shown.
-                     
+
     \return 1 if message was opened. 0 if one of the IDs was incorrect.