Expand Minimize
This topic has not yet been rated - Rate this topic

SPUtility.GetIdentifierFromEmail method

NOTE: This API is now obsolete.

Returns the identifier (ID) of the site user based on the specified e-mail address.

Namespace:  Microsoft.SharePoint.Utilities
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.
email
Type: System.String
A string that contains the e-mail address.

Return value

Type: System.String
A string that contains the ID.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.