I'm interested in placing a picture (along with some text) in a prepared email for the user to send off. Is there any way to use mailto: to do that?
No. The mailto:
scheme does not support attachment. (See http://www.faqs.org/rfcs/rfc2368.html).
If you write an app you can attach an image with MFMailComposeViewController
.