Configure Outlook Mail Settings Programmatically?

自闭症网瘾萝莉.ら 提交于 2019-12-06 06:45:21

Outlook supports the PRF file as a means to add/configure mail accounts: http://technet.microsoft.com/en-us/library/cc179062(office.12).aspx

You could distribute the file itself to your users, or write a utility to create it and open it with Outlook.

The easiest approach is to create an AutoIt script to perform the changes through the front end. That way you don't need to reverse engineer anything. It's usually the quickest and easiest approach to making a change. After the script is good to go, compile it and distribute it. Have the end users run the application and they're done.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!