Retreive WinNT user e-mail in active directory

wawoue

New Member
Hey hey!

I browsed this forum in search for a way to retreive the authenticated WinNT user's e-mail address from the MS Exchange directory over LDAP, or any other protocol, in Open Edge.

Does anyone actually knows how to do this?
I juste can't find anything on the Internet as to how to interrogate Active Directory

Please let me know if you need more infos...

David
 
Just for the sake of it... I know how to do it in either VB or C/C++.

I'm basically looking for the equivalent Progress syntax

Thanx!
 
If you know how to do it in C++, wrap the function in a DLL and call that from Progress.

Alternatively post the code here and we can see if there's an obvious Progress equivalent to the code in VB/C/C++
 
Thanks, but I found an alternative way to do it...

Our internal e-mail address architecture allows me to programmatically reconstruct the e-mail of an individual based on his/her Windows Login ID.

So, with the use of the NetGetUserInfos interface of windows' ADVAPI32.dll, I was able to do what I wanted to.

Thanks anyways! :)
 
Back
Top