equal
deleted
inserted
replaced
459 \fn QMessage::appendAttachments(const QStringList &fileNames) |
459 \fn QMessage::appendAttachments(const QStringList &fileNames) |
460 |
460 |
461 Append the contents of the files specified by \a fileNames to the end of the list of |
461 Append the contents of the files specified by \a fileNames to the end of the list of |
462 attachments for the message. The internet media (MIME) type of the attachments will be |
462 attachments for the message. The internet media (MIME) type of the attachments will be |
463 determined by examining the files or file names. |
463 determined by examining the files or file names. |
|
464 |
|
465 Symbian OS based devices have a limit for MMS message size. The message size limit |
|
466 varies between different devices, but is frequently 600 000 bytes. If the attachment |
|
467 size is greater than the limit then message sending will fail when |
|
468 QMessageService::send() is called. |
464 |
469 |
465 \sa attachmentIds(), clearAttachments() |
470 \sa attachmentIds(), clearAttachments() |
466 */ |
471 */ |
467 |
472 |
468 /*! |
473 /*! |