Eugene Trapeznikov
Eugene Trapeznikov

Reputation: 3240

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

Upvotes: 4

Views: 782

Answers (1)

Apurv
Apurv

Reputation: 17186

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

Upvotes: 2

Related Questions