K
khai
How can I get the user's AD account (i.e. username) via my Outlook plug-in in
C#?
C#?
Dmitry Streblechenko said:Outlook2007 only:
Application.Session.CurrentUser.AddressEntry.GetExchangeUser.
You can then use ExchangeUser.Alias property.
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-