How do you get the email addresses that the mail composer sent to was?
I tried looking at this delegate:
- (void)mailComposeController:(MFMailComposeViewController *)controller
didFinishWithResult:(MFMailComposeResult)result
error:(NSError *)error
{
}
but it seems that there's no way to get the email addresses