Categories: Python | How To | Code Examples | S60
This page was last modified 14:39, 17 April 2008.
How to send MMS
From Forum Nokia Wiki
This code snippet shows how to send an MMS message with PyS60
import messaging attachment_path="E:\\Images\\picture.jpg" messaging.mms_send("number", u"text", attachment_path)
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Please help! | SUv20 | General Messaging | 1 | 2004-01-27 12:55 |
| Customized MMS from Terminated application | jowsaki | General Messaging | 4 | 2002-09-07 08:07 |
| Is d211 capable of sending MMS? | emice123 | Multimodecards | 3 | 2002-11-26 05:12 |
| MMS editor embedded in Messaging framework | sandalen | Symbian Networking & Messaging | 2 | 2006-03-06 10:29 |
| Reading MMS in MyMTM | rakesh_pccs | General Symbian C++ | 0 | 2005-02-26 13:06 |
