2

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.

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
Nirmal- thInk beYond
  • 11,847
  • 8
  • 35
  • 46

3 Answers3

5

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.

Henning Krause
  • 5,302
  • 3
  • 24
  • 37
0

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

MJB
  • 9,352
  • 6
  • 34
  • 49
0

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

AlexR
  • 114,158
  • 16
  • 130
  • 208