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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -