hi
i am working on my own mail sending application and application contains three fields that are "mail ID,Subject,content".After filling all the field in my application and pressing "Ok" my application will launch in the default N97 Mailer with all the field set,so that on just pressing send i can send the mail.
Is their any method to perform this sort of operation??
Now one more question arise is that,suppose that i don't want to visualize my default N97 Mailer and in place of that i have placed a button "Send" to send the mail in my application.. when i press "Send" button all the process should proceed in background and my mail is sended..
There are two options: using Qt Mobility Messaging API: http://qt.nokia.com/doc/qtmobility-1...messaging.html
which is in technical preview state at this moment or
using native Symbian code, which will make your application not portable.