11-02-2009 03:28 AM
Hi,
I need to put in place a validation of purchase order via blackberry. So there is a external application sending a mail to users having a blackberry, and the user need to validate by sending back a mail.
So I was thinking of using
mailto:adresse@domain.com?subject='test'&body='val
but within blackberry, when I click on the link I have a screen with "send mail to ..." where I need to validate, then the mail opens with data, and I need to click on "send mail".
Does anybody know if it is possible to encapsulate those last steps, so that when users clicks on the link, the mail is send automatically, and that he receives a confirmation?
Thanks for your help
Pascal
11-02-2009 08:25 AM
Take a look at creating a widget.
http://docs.blackberry.com/en/developers/categorie
You can use the
blackberry.message.Message Class
to send.
11-24-2009 04:43 AM
Hello,
Thanks a lot for your answer. After investigation, it seems that widgets runs only the latest version of black, which are not fully deployed in our company. Is there another way?
Best regards
Pascal