Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Petermon21

macrumors newbie
Original poster
Oct 21, 2010
7
0
va
Ok I'm stumped. I can send images all day long as an attachment but I want them to show up inline instead. Here is what I got.
Code:
NSData *imageData = UIImagePNGRepresentation(viewImage);
    
[picker addAttachmentData:imageData mimeType:@"image/jpeg" fileName:@"design.jpg"];

[picker setMessageBody:emailMessage isHTML:YES];

Any ideas? Thanks!
 
Then you need to upload it to a recipient available location and reference it with html in the context of the message.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.