Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to access Microsoft Exchange server from iPhone application?

In my app i want to access exchange server for events and contacts, how can i achieve this? Is there any API for this or something else?

Thanks, I greatly appreciate any help.

like image 600
Ankur Avatar asked Aug 23 '11 12:08

Ankur


3 Answers

I recommend strongly this document: WAP Binary XML Content Format

If the low level is working, you have to implement the EAS-protocol on top ob wbxml, which is not trivial, because of bugs in the documentation, different behaviour of different protocol versions. It will be a lot of trial an error to examine, why the exchange server does not understand your requests ;-)

for more see this link

like image 98
Baby Groot Avatar answered Oct 17 '22 18:10

Baby Groot


The only documentation I know is found at http://developer.apple.com/library/ios/#featuredarticles/FA_Exchange_ActiveSync_and_iOS4_Devices.

There are some links on the apple Website too, but it's all very marketing-oriented.

like image 22
Kheldar Avatar answered Oct 17 '22 19:10

Kheldar


First of all you need to understand exchange server mechanism:

Exchange Server Protocol Documents

Then go through apple documentation about the active sync as Kheldar suggested.

Other then this there is very less documentation is available. Please let us know if you got any good reference.

like image 2
objectivecdeveloper Avatar answered Oct 17 '22 17:10

objectivecdeveloper