Search code examples
iosxcodeemailmfmailcomposeviewcontroller

MFMailComposeViewController get email body


I can detect sending in the MFMailComposeViewController's delegate method

- (void)mailComposeController:(MFMailComposeViewController *)controller didFinishWithResult:(MFMailComposeResult)result error:(NSError *)error

How can i get text of this message?

I need it for analytics.

Thnx


Solution

  • I do not think, you can get the text from delegate method.