Using the Email object in the phone library, I create a complete message. When I launch the email application it opens the email to be sent pressing the "Send" button. Two questions.
1. I assume from what I read I can't eliminate the need to press the "send" button? (I would prefer to just have the button in my App which the user presses to launch the email be the only button needed to be pressed).
2. The email opens for sending with the focus on the "subject area" and with the keyboard displayed. Is it possible to code to have the email open with the focus in the "body of the message" rather than the "subject"? (The user of my App may want to add to the body of the message but not change the subject).
Thanks!
1. I assume from what I read I can't eliminate the need to press the "send" button? (I would prefer to just have the button in my App which the user presses to launch the email be the only button needed to be pressed).
2. The email opens for sending with the focus on the "subject area" and with the keyboard displayed. Is it possible to code to have the email open with the focus in the "body of the message" rather than the "subject"? (The user of my App may want to add to the body of the message but not change the subject).
Thanks!