Hello everyone
i have opening the Nokia N97 Composer application with setting field To,subject,message-body in default email composer application using the below code in my j2me application
platformRequest("mailto:someone@somewhere.com");
//the above code ask me to open the default email composer application
is there any way to without opening default email composer application of Nokia N97 Device and send email automatically after the setting of all the field of email composer application,
means i want to send email from my application using the Nokia's default email composer application (but not opening it)?
can i access the send command functionality of default email composer application in my j2me application?
please help me anybody

Reply With Quote

