src/messaging/qmessage.cpp
changeset 5 603d3f8b6302
parent 0 876b1a06bc25
--- a/src/messaging/qmessage.cpp	Fri Sep 17 08:34:34 2010 +0300
+++ b/src/messaging/qmessage.cpp	Mon Oct 04 01:37:06 2010 +0300
@@ -461,6 +461,11 @@
     Append the contents of the files specified by \a fileNames to the end of the list of 
     attachments for the message. The internet media (MIME) type of the attachments will be 
     determined by examining the files or file names.
+    
+    Symbian OS based devices have a limit for MMS message size. The message size limit 
+    varies between different devices, but is frequently 600 000 bytes. If the attachment
+    size is greater than the limit then message sending will fail when 
+    QMessageService::send() is called.
 
     \sa attachmentIds(), clearAttachments()
 */