What is the best way to fetch the user profile from an e-mail address?
I have a site collection in which I have to get a hold of a MOSS UserProfile object and I only have the users e-mail address. The user is not present in the current site coll user collection, ie I cannot use the SPUtility method. NOTE: the user may not be present in the current site collection.
Only option is to use MOSS search as I can see it, but are there any alternatives?