I know that the documentation for MFMailComposeViewController
specifically says you cannot send programmatically, but is the same true for "Save Draft"? I have a situation where I will need to dismiss the mail composer programmatically, and it would be great if I could save the users email as a draft instead of losing it.
Tried looking in the apple docs and I do not believe there were any methods to call to accomplish this in MFMailComposeViewController
. Would like to post the question here before I determine that this is definitely not possible.