SPUtility.GetLoginNameFromEmail method
SharePoint 2013
NOTE: This API is now obsolete.
Returns the domain user account of the user based on the specified site collection and e-mail address.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[ObsoleteAttribute("Use SPUtility.ResolvePrincipal instead")] public static string GetLoginNameFromEmail( SPSite site, string email )
Parameters
- site
- Type: Microsoft.SharePoint.SPSite
A Microsoft.SharePoint.SPSite object that represents the site to which the user belongs.
- Type: System.String
A string that contains the e-mail address of the user.