02-15-2013 08:54 AM
Thanks, Zmey. The solution works. I didn't realize that composing email at this time does not work properly on the simulator but works on a physical Dev Alpha.
02-15-2013 08:54 AM
Hi!
I believe I copy/pasted the URL from the document. It should be below this line:
"If you want to prepopulate the CC, BCC, subject, and the message body fields, use the following format: ...url..."
And the idea of using the URL was there:
http://supportforums.blackberry.com/t5/Cascades-De
02-15-2013 09:02 AM
I found all the content can be shown at the email composer, but after I click "Send" button, it is just changed into disable status and it doesn't send the email even waiting for long time.
I already set up the email permisson in my application and I also set up my email accoung in my dev alpha device.
Dose someone know why the send button doesn't has response?
03-04-2013 07:42 AM
hi,
may i ask you a question about a prepopulated attachment in the email?
have you ever tried add a prepopulated attachment?
mailto sames not work.
QString * url = new QString("mailto:address@domain.com?to=address2@dom
request.setUri(*url);
the image can not be prepopulated on the page?