I need to use webdav to get all email addresses for a mailbox. Is there a specific mapi property for this info? Thanks in advance.
This information is held in Active Directory in the proxyaddresses AD property so you should be making a query via LDAP to get this information you can do this with ADSI or System.Directoryservices depending on what your programming in. There are some good ADSI samples for doing this in http://www.msexchange.org/articles/Scripting-Exchange-VBScript-ADSI-Part2.html Cheers Glen "struggling..." wrote in message news:BA895399-F886-4CB4-8293-C5CCAFEB48AB@microsoft.com... >I need to use webdav to get all email addresses for a mailbox. Is there a > specific mapi property for this info? > Thanks in advance.