Is it possible to embed a reference to an image in an HTML email sent via MFMailComposeViewController on iPhone OS 3.0?
(void)addAttachmentData:(NSData*)attachment mimeType:(NSString*)mimeType fileName:(NSString*)filename
doesn't seem to provide any way of either setting or reading the Content-ID header for an attachment, but is there some way to make this work?
I have seen apps that do this, but they're probably using SKPSMTPMessage...