Exchange distrobution list VB/VBA interfacing

Soldato
Joined
29 May 2005
Posts
5,622
Location
West London
Is it possible to send changes to a Exchange distrobution list via a Macro in Outlook, Access or VB Program? I can create local ones no problem from a table in my db, but I would like to update the server one automatically.

Is there a function which allows for such interaction?
 
I had a project with a requirement to do this a while ago.
I can't remember the details now but we ended up giving up on the idea, not sure whether it just wasn't possible or because of company security restrictions though.

From what I recall we were looking at accessing the Exchange server through WebDAV.
http://www.msexchange.org/articles/Access-Exchange-2000-2003-Mailbox-WebDAV.html

You may be able to find more info from a Google search.
 
Back
Top Bottom