在 iPhone 中以编程方式配置 MS Activesync
我想知道是否可以以编程方式配置 MS ActiveSync,我想从服务器推送参数。
问候 杰特
I want to know if I can programmatically configure MS ActiveSync, I want to push parameters from server.
Regards
Jeet
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ActiveSync 协议支持自动发现配置参数,以最大限度地减少设备所有者连接到其电子邮件帐户所需的配置工作。 iPhone 已经支持自动发现 (PDF),因此可能会满足您的需求(假设您的电子邮件服务器)。如果您想测试您的电子邮件服务是否配置为自动发现,可以使用此工具。
不过,我不确定您是否可以通过编程方式配置 ActiveSync。我怀疑如果不付出大量努力或进行黑客攻击,这是可能的。您当然可以为您的帐户创建一个配置文件,这将使设置变得轻而易举,这就是通常的完成方式(PDF)。
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.