0

Please let me know is it possible to know if the IOS Mail App is configured to outlook or gmail or etc via code(Xcode)? If yes then please let me know how.

Let me know if you require more information.

Abizern
  • 146,289
  • 39
  • 203
  • 257
IamAnil
  • 496
  • 5
  • 19
  • 2
    It is not possible. You can't snoop on another app's settings. – borrrden Oct 15 '13 at 09:12
  • The best you can do if find their email address (if they've set it) http://stackoverflow.com/questions/4893099/getting-users-default-email-address-in-cocoa – Marc Oct 15 '13 at 09:55
  • @Marc the example to which you link will not work on iOS, only on OSX – rckoenes Oct 15 '13 at 10:30

1 Answers1

2

As borrrden said we cannot snoop on another app's settings. So the answer is NO.

IamAnil
  • 496
  • 5
  • 19