Hi,
I want to get full name and city from outlook properties. For this i used active directory. I am getting fullname but unable to get city. Here is my code
System.Director yServices.Direc toryEntry ADEntry = new System.Director yServices.Direc toryEntry("WinN T://Domain/" + userid);
string FullName = ADEntry.Propert ies["FullName"].Value.ToString ();
Any help appreciated.
And i want to know his out of office status also.
I am working in asp.net 2.0, C#.
I want to get full name and city from outlook properties. For this i used active directory. I am getting fullname but unable to get city. Here is my code
System.Director yServices.Direc toryEntry ADEntry = new System.Director yServices.Direc toryEntry("WinN T://Domain/" + userid);
string FullName = ADEntry.Propert ies["FullName"].Value.ToString ();
Any help appreciated.
And i want to know his out of office status also.
I am working in asp.net 2.0, C#.
Comment