How to get DL in Exchange Server using Java API?

2019-07-21 08:10发布

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.

3条回答
倾城 Initia
2楼-- · 2019-07-21 08:51

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

查看更多
男人必须洒脱
3楼-- · 2019-07-21 08:54

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.

查看更多
beautiful°
4楼-- · 2019-07-21 09:05

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

查看更多
登录 后发表回答