Using my Outlook 2007 VBA i can do this but several of our colleagues use v2003.
Is there a way to enum exchange server entries for a specific user?
I currently have like:
"/o=COMPANYNAMEHERE/ou=first administrative group/cn=Recipients/cn=EdwinK"
Like using WMI or so?
I found some topics but i did not understand them at this time.
This maybe be processed via VBA as PowerBASIC or c#
Is there a way to enum exchange server entries for a specific user?
I currently have like:
"/o=COMPANYNAMEHERE/ou=first administrative group/cn=Recipients/cn=EdwinK"
Like using WMI or so?
I found some topics but i did not understand them at this time.
This maybe be processed via VBA as PowerBASIC or c#
Comment