email_plat/email_services_api/email_services_api.h
changeset 68 83cc6bae1de8
parent 66 084b5b1f02a7
--- a/email_plat/email_services_api/email_services_api.h	Fri Sep 03 17:52:02 2010 +0300
+++ b/email_plat/email_services_api/email_services_api.h	Wed Sep 15 12:09:55 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.