1

I am able to get Recipient email address from the MFMailComposeViewController using http://jomnius.blogspot.com/2011/02/how-to-find-mfmailcomposeviewcontroller.html link.

But I want From email Address. So is their any way to get From email Address...

Any links related to this is also welcome...

thanks..

DShah
  • 9,768
  • 11
  • 71
  • 127
  • hi you find it`s solution then share here... cause u didn`t accept answer hope you get it... :) – AJPatel Jan 11 '12 at 12:42

1 Answers1

1

I assume you want to fetch User's Configured email address in iPhone. If so, You can't fetch email configuration of iOS devices due to privacy issues.

Maulik
  • 19,348
  • 14
  • 82
  • 137
  • http://developer.apple.com/library/ios/#documentation/MessageUI/Reference/MFMailComposeViewController_class/Reference/Reference.html#//apple_ref/doc/uid/TP40008200-CH1-DontLinkElementID_1 – Maulik Dec 22 '11 at 06:27
  • also check the instance method section. You'll find only setter methods. – Maulik Dec 22 '11 at 06:29
  • Also check the link you have provided. At comment section second comment. – Maulik Dec 22 '11 at 06:30