Hi, I'd like to find out the Windows Account from the Outlook/Exchange Recipient Object. Does anybody know an approach for this? Thanks for any advice Adrian -- Adrian Miller
"Adrian Miller" wrote in news:OiX19BLmIHA.4684@TK2MSFTNGP06.phx.gbl: > I'd like to find out the Windows Account from the Outlook/Exchange > Recipient Object. Does anybody know an approach for this? Read PR_EMS_AB_ASSOC_NT_ACCOUNT, then call LookupAccountSID on that. -- dan