开发者

How to get DL in Exchange Server using Java API?

开发者 https://www.devze.com 2023-03-24 17:44 出处:网络
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 he

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.


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.


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号