SPUtility.GetIdentifierFromEmail method
SharePoint 2013
NOTE: This API is now obsolete.
Returns the identifier (ID) of the site user based on the specified e-mail address.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[ObsoleteAttribute("Use SPUtility.ResolvePrincipal instead")] public static string GetIdentifierFromEmail( SPWeb web, string email )
Parameters
- web
- Type: Microsoft.SharePoint.SPWeb
A Microsoft.SharePoint.SPWeb object that represents the site.
- Type: System.String
A string that contains the e-mail address.