Quote:
Originally Posted by RickMaddy
Just call openURL with:
@"mailto:?subject=<escaped subject>&body=<escaped body text>"
This will launch mobile mail with the subject and body prepopulated. The user must then pick one or more email addresses and tap the Send button.
|
That would work just fine to start until I can mess around with the other sdk which will allow you to send e-mails from within the application. Does anyone have any suggestion on how I can get the displayLabel.text value into the body string of the e-mail url? I'm sorry if this is really simple, but this is my first app and everything is still very confusing to me lol.