I am using the iOS MFMailComposeView method of sending emails - its all working fine, except that as a Kiosk app, I don't want each new user to see the auto complete list of previous email addresses that this app / iPad has used.
Is there a programmatical way to clear that cache after each email has been sent?
I can't see from the Dev docs, but I'm sure I'm not the only one that's butted up against this problem.
Thanks