Programmatically configure MS Activesync in iPhone
I want to know if I can programmatically configure MS Act开发者_开发百科iveSync, I want to push parameters from server.
Regards Jeet
The ActiveSync protocol supports auto-discovery of configuration parameters to minimize the amount of configuration work required by the device owner to connect to their email account. The iPhone already supports auto-discovery (PDF), so that might meet your needs (assuming your email server). If you'd like to test if your email service is configured for auto-discovery, you can use this tool.
I'm not sure if you can programmatically configure ActiveSync, though. I doubt it's possible without either a lot of effort or hacking around. You can certainly create a configuration profile for your accounts which will make setup a breeze, and that's typically how it's done (PDF) within large enterprises anyway.
精彩评论