我正在使用Exchange Web服務託管API 1.0訪問組織中的Exchange服務器(2007)。我需要遍歷給定服務器上的所有郵箱。我還沒有看到一種方法來獲取爲給定的Exchange服務器定義的郵箱列表。我已經能夠使用AutoDiscover服務來查找特定郵箱的中心服務器的地址,但我很想獲取所有郵箱的列表。有人能指引我朝着正確的方向嗎?如何使用Exchange Web服務發現Exchange Server的所有郵箱?
2
A
回答
1
如果您的問題尚未解決,我會建議您使用純粹的LDAP查詢而不是Exchange Web服務。您需要的信息保存在homeMDB
,msExchHomeServerName
和可能homeMTA
Active Directory屬性中。您可以修改http://www.msexchange.org/tutorials/Creating_a_list_of_Users_and_their_email_addresses_in_Exchange_2000_2.html或http://technet.microsoft.com/en-us/library/bb125087(EXCHG.65).aspx的LDAP查詢以接收您需要的信息。
相關問題
- 1. 如何使用Exchange Web服務從Exchange Server 2007獲取所有未讀郵件?
- 2. Microsoft Exchange Server 2007 Web服務和郵箱管理 - CRM開發
- 3. 發送使用Exchange Web服務
- 4. Exchange服務器2007和Exchange Server 2010的Exchange Web服務之間的區別
- 5. 如何使用Exchange Web服務枚舉Exchange中的所有就地保留
- 6. 使用Exchange Web服務(EWS)查找郵箱代理
- 7. 使用Exchange Web服務API
- 8. Exchange 2003 Web服務和Exchange 2007 Web服務之間的差異
- 9. 在C#中遠程Exchange 2010服務器上創建Exchange郵箱#
- 10. 將Exchange郵箱2007移動到另一個Exchange服務器
- 11. 如何創建Exchange郵箱?
- 12. Exchange Web服務支持Exchange2007_SP3
- 13. PHP Exchange Web服務
- 14. Microsoft Exchange Server中的Web服務呼叫
- 15. 使用Exchange將郵箱中的所有郵件導出到eml
- 16. UseDefaultCredentials與Exchange Web服務
- 17. 使用Exchange Web服務對Exchange進行跨文件夾搜索
- 18. Exchange Web服務 - FindItem錯誤
- 19. 使用Exchange Web服務(EWS)管理API延遲發送郵件
- 20. Exchange Web服務API:使用附件發送郵件時出錯
- 21. Exchange Server 2007 Web服務PHP類
- 22. 啓用Exchange 2010郵箱
- 23. Exchange Web服務連接失敗
- 24. 如何登錄到Exchange Web服務
- 25. ExchangeServiceBinding,EWS,Exchange Web服務
- 26. 如何在Python/Perl中創建Exchange 2010中的Exchange郵箱
- 27. Exchange Web服務(EWS)API「」爲別名
- 28. 使用Exchange Web服務訪問Exchange日曆
- 29. Exchange Web服務標識欺騙
- 30. 使用IMAP或Exchange Web服務爲GWT應用程序從Exchange Server獲取電子郵件的最快方法?
謝謝奧列格。我最終使用powershell cmdlet來獲取此信息,但您的解決方案似乎更優雅。 – 2010-09-18 17:22:51
@HowardPinsley - 你可以發佈你使用的PowerShell代碼嗎?我有類似的問題,只能使用EWS – userSteve 2015-12-01 23:08:16