Active directory 2003 and Exhange 2003
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, given an Active Directory account as well as a Exchange MailBox can anyone show me how I link the two together in C# code? I want to be able to (Given a persons Active Directory Username) retrieve their details from Exchange. I know that I must use the msExchMailboxGuid in Active Directory and link it to the MailboxGUID in Exchange. When I view the msExchMailBoxGuid property I receive a GUID like {B8220D80-4788-44D6-83C3-2C421BA7D0BC} When I call the MailBoxGUID I receive a System.Byte[]. I think that if I cast the array to a string I might get a match between the two but I am not sure how to do the ByteArray cast. Thanks in advance for any ideas Mark