Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 780067
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T20:01:14+00:00 2026-05-14T20:01:14+00:00

I am using iPhone in-App email feature to send email thru my app. The

  • 0

I am using iPhone in-App email feature to send email thru my app.
The email goes fine but I am having hard time trying to figure out how to retrive email addresses to which the email was sent.
Here is my code:

MFMailComposeViewController *picker = [[MFMailComposeViewController alloc] init];
picker.mailComposeDelegate = self; 
[picker setSubject:@"Test"];

// Fill out the email body text
NSString *emailBody = [NSString stringWithFormat:@"This is a test data"];

[picker setMessageBody:emailBody isHTML:YES];

picker.navigationBar.barStyle = UIBarStyleBlack; 

[self presentModalViewController:picker animated:YES];
[picker release];

Is there any way to retrive those email addresses from this function:

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

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T20:01:14+00:00Added an answer on May 14, 2026 at 8:01 pm

    No you cannot. This is private information.

    You could make your own e-mail entry form and then pre-fill to field of the MFMailComposeViewController using - (void)setToRecipients:(NSArray*)toRecipients. But you cannot sure that the user doesn’t change the address once MFMailComposeViewController is shown.

    This answer to a similar question suggests using custom IMAP libary like Mailcore instead of built in MFMailComposeViewController.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am sending an email from my iPhone app using MFMailComposeViewController. This works fine
I am trying to develop a iphone app by using cocos2d. I create a
I am using MFMailComposeViewController class to send out formatted HTML email from my iPhone
I'm using an NSTimer to do some rendering in an OpenGL based iPhone app.
I have an iPhone app that will let users email some pre-determined text as
I am creating my second iPhone app, and I've included a feedback form using
I am using cocos2d-iphone to place Sprites onto a Layer to setup a game
Is there a way using the iPhone SDK to get WiFi information? Things like
This question discusses encrypting data on the iPhone using the crypt() function. As an
How would I expose an Objective-C method within JavaScript when using the iPhone SDK

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.