How to get DL in Exchange Server using Java API?

坚强是说给别人听的谎言 提交于 2019-12-11 03:58:42

问题


How to get DL (distribution List) from Microsoft Exchange Server via EWS in Java?

I have tried EWS Java API but could not find list of Distribution List(GAL) of exchange server, any help regarding to this API or any other would be appreciated.


回答1:


The GAL is not directly supported. You can use the ResolveNames method to resolve individual names. To perform a search on the GAL, you need to use LDAP. See http://www.infinitec.de/post/2005/02/How-to-get-the-Global-Address-List-programatically.aspx.




回答2:


Take a look on JIntegra. I remember that they support of MS Exchange. Probably some API exists. Good luck.




回答3:


You can use LDAP if you have access to that. Or PowerShell. But Henning is right EWS itself has pretty limited stuff here.



来源:https://stackoverflow.com/questions/6926347/how-to-get-dl-in-exchange-server-using-java-api

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