Swift: Is it possible to save last recipient after sending e-mail?

69 views Asked by At

In my application i use MFMailComposeViewController to send e-mail. I set subject and message body in my code, but let user choose the recipient. I want to save last recipient e-mail that user entered, so that next time when user tries to send e-mail, it would automatically fill in the 'to' field. I know how to make it fill in in code, but is it even possible to get that e-mail address in the first place?

0

There are 0 answers