0

I want to get all distribution lists & the members of those lists using the ewp api in c#. I made the connection to the outlook server and I can get the calendar information of mine using c#. But I couldn't find a way to get the distribution lists.

9T9
  • 698
  • 2
  • 9
  • 22
  • 1
    Although in java [How to get DL in EWS](http://stackoverflow.com/questions/6926347/how-to-get-dl-in-exchange-server-using-java-api) may help. – Joshua Drake May 18 '12 at 17:05

1 Answers1

0

Finally I found that we can't get the distribution lists. Because distribution lists are not stored in the exchange server. They are a separate concept and have to use some other method to get the lists.

9T9
  • 698
  • 2
  • 9
  • 22