0
votes
4answers
166 views

how to attach two images to mfmailcomposer view controller in ios

How to add web view data and image view data to Mfmailcomposer view controller in ios. for sending mail to others.
1
vote
0answers
188 views

Get Content ID from MFMailComposeViewController

I was searching how to add image to message body and found a lot of questions that it's impossible do it using MIME and add image to message body using standart MFMailComposeViewController. Here: ...
3
votes
1answer
838 views

UIImageView.Image to mail attachment with MonoTouch

I am new to MonoTouch and I am trying to send an email with an image as attachment that a user will tame from camera or pick from gallery. I have created the program and it runs correctly (I have an ...
0
votes
2answers
1k views

MFMailComposer — Attach Image with HTML ON

I am trying to send an email with an image attachment and HTML turned on. The problem is that when HTML is on, the image appears inline instead of as an attachment (I use gmail). If I set isHTML:NO ...
0
votes
1answer
243 views

iphone image resolution increased when emailed

In my app i capture an image and then add a frame to it... I also have the feature to add custom text on the final image (original image + frame). I am using the following code to draw the text. ...
0
votes
1answer
2k views

Attaching an image to an email?

I want to to use MFMailComposeViewController to send an email, and I already have that set up, but I'm having trouble actually attaching an image, which is a screenshot, into the email. Here's the ...
2
votes
1answer
515 views

How to insert a UIImage into an e-mail with html content?

I'm sending mails thanks to the MFMailComposeViewController API, and I manage to add uiimages in attachment, but I'd like to insert my uiimage into html code in my e-mail, any idea of what kind of ...