Im needing to beable to use PHP to search through a specific registry key set to return usernames stored in there. Unfortunatly the email app im using stores aliases in there so to make sure the username isnt taken i need to do this.
I found a Com Object that Might do teh trick but im not sure how to gain access to it. SO either I need to access this com object and run it that way or i need another Method that might work..
HAS anyone done this before? and if so HOW?