iPhone - how can I embed images in email from my app? -
Is it possible to embed images sent from my app? Do we have a tag with source as an image in our app?
Thank you.
Yes. You can use the mail API of 3.0
I will not enter the code here because it is under NDA. This is well documented though in SDK. You need to get image data in an NSDT which is not apparently documented:
NSDTa * ImageData = UIMJPNGR Presentation (myUIImage);
Comments
Post a Comment