View Single Post
  #1  
Old February 7th 07, 10:57 PM posted to microsoft.public.outlook.program_addins
Piyush Gupta
external usenet poster
 
Posts: 9
Default How to get exchange server address from C# Add-in?

Hi All,

I am developing add-in for Outlook 2003 (for Exchange Server 2003)
using VSTO/C# 2005.

As I found during my research on Outlook object model, it doesn't
expose active directory security groups for the current user. To
determine whether current user belongs to a specific active directory
security group or not, I am executing LDAP query to get all security
groups belonging to the user.

Can you pls. point me the property/method to get exchange server
address where I can fire this LDAP query? It'll be great if you can
suggest another way to get security groups for the current user.

Thanks,
Piyush.

Ads