I'm new to MonoTouch, and I'm trying to send an email with an image as an attachment, which the user will tame from the camera or select from the gallery.
I created the program and it works correctly (I have an image controller that loads the image from uiimagepicker into imageview. Then I call MFMailComposeViewController , but I donβt know how to transfer the image from the image to the addAttachmentdata method.
Suppose first I need to save an image from an image as a file, but I donβt know how to do this, and I canβt find documentation for it.
source share