
Implementation of LookupAccountName() in VB6
Question: We’re trying to: Get the Logon Windows NT id for an Exchange mail box Get the Security Identifier (SID) corresponding to the Windows NT id (using advapi32.dll api’s) Map this SID with Assoc-NT-Account (which stores the SID) on Exchange server and get the corresponding mailbox information I am having