Hi,
I have an application page with ClientPeoplePicker control on it.
I need to get the SPUser object for each of the resolved picker entities.
Using SPWeb.EnsureUser method is out of the question (I've already read many articles about that). I actually need to know if the entities are users of the current SPWeb.
Any help how to achieve that will be appreciated.