0

I saw two related questions about this topic - one has an old link in an answer and this one doesn't have an answer (right now).

(I am new to iphone development)

I want to create a file from my app, then send that file as an attachment. Is this possible?

I'm not looking for someone to send me teh codez - just SPECIFIC references and links.

thanks

Community
  • 1
  • 1
Tim
  • 20,184
  • 24
  • 117
  • 214

1 Answers1

1

That's part of the new Message UI Framework in >2

MFMailComposeViewController addAttachmentData:mimeType:fileName:

slf
  • 22,595
  • 11
  • 77
  • 101