I've added in-app e-mailing with the MFMailComposeViewController class and it is working well.
I'd like to save what the user enters for the Subject and Message and reload this information the next time the user launches in-app email on the chance they want to re-use their Subject or Message. I haven't found any methods to save this data and am starting to think that it's not possible. Is it?
EDIT: This question did bring up some privacy issues I hadn't thought of. Thanks for the replies.