I have a requirement that I have to send an email and show them in the items sent. Using the iOS Mail API I can send emails but I can not retrieve the items I sent.
Is there a probable way for all the details like (Message Message Body, ...) to store sent emails and send them to the items sent? (MFMailComposeViewController *) controller didFinishWithResult
{// Any method of getting mail information sent}
You can set MFMailComposeViewControllerDelegate
in the. This representative has one method
- mailComposeController: didFinishWithResult: error:
The result is sent by anonymity so that you can find out that the mail was sent. Was it or not? You can then save your email message / topic and show the user list of the emails you have sent.
No comments:
Post a Comment