Can I retrieve programmatically my own email addresses on an iPhone or iPad?
Thank you for any hint.
Can I retrieve programmatically my own email addresses on an iPhone or iPad?
Thank you for any hint.
MFMailComposeViewController does not give access to the sender (so that you cannot tamper it).
What I did in an app is to enter my own email in plist, to be able to get it back. But that's a manual process=m
Thnak you for your reply. In this case I need to look for another solution.