Question

Is it possible to attach multiple files to an email using the MessageUI (mfmailcomposeviewcontroller)?

Thank you.

Was it helpful?

Solution

Sure;

[myMailComposeViewController addAttachmentData:myData mimeType:myMime fileName:myFileName];

will work for multiple attachments AFAIK.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top