不知爲什麼51cto工具欄沒法正常顯示,只能用文字表述了。web
環境:api
說明:
1.exchange2013默認沒有啓用MAPI OVER HTTP 而是使用的RPC OVER HTTPS
2.exchange2016默認啓用MAPI OVER HTTP 鏈接,只須要配置externalurl便可使用服務器
1、查看當前outlook使用的鏈接方式狀態
固然默認狀況下是rpc/httpide
2、在服務器端查看MAPIvirtualdirectory設置工具
get-mapivirturaldirectory
3、設置mapi的虛擬目錄
set-mapivirturaldirectory -identity "exchangeservername\mapi (default web site) " -externalurl "https://mail.***.com/mapi" -iisauthenticationmethods negotiateurl
4、查看組織配置是否啓用mapioverhttp支持(13沒有默認開啓,須要手動開啓)
get-organizationconfig | select-object mapihttpenabled
set-organizationconfig -mapihttpenabled $truecode
5、重啓服務器
我執行的重啓服務器操做,具體沒研究哪幾個服務重啓能夠起做用server
6、重啓outlook
從新啓動outlook查看鏈接狀態發現已經切換爲HTTP協議,服務器名稱也是鏈接到了mapi的虛擬目錄上。rpc