Can I embed a link 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
It doesn't seem to provide any way to configure or read the Content-ID header for the attachment, but is there any way to make this work?
I saw applications that do this, but they probably use SKPSMTPMessage ...
David Maymudes
source share