Prajnaranjan Das
Prajnaranjan Das

Reputation: 1428

How to fetch email address from MFMailComposer's recipients address

I wants to fetch email address from the recipients address in MFMailComposer after the user enters the recipients address.

Upvotes: 2

Views: 485

Answers (2)

DShah
DShah

Reputation: 9876

I have found a way to get Recipient email addresses. Please go through the below link which will help you to get email addresses..

http://jomnius.blogspot.com/2011/02/how-to-find-mfmailcomposeviewcontroller.html

also if you have any idea of how to get From email address. pls do let me know.. thanks

Upvotes: 1

There are no ways to get the components(information) of MFMailComposeViewController once it has been opened/launched.

Upvotes: 0

Related Questions