Click or drag to resize
GnomonMembershipProviderGetUserNameByEmail Method
Gets the user name associated with the specified e-mail address.

Namespace: RMP.Web
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override string GetUserNameByEmail(
	string email
)

Parameters

email
Type: SystemString
The e-mail address to search for.

Return Value

Type: String
The user name associated with the specified e-mail address. If no match is found, return null.
Exceptions
ExceptionCondition
NotImplementedException
See Also