Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / IUserRepository Interface / LoadForEmail Method / LoadForEmail(String) Method
Email address to lookup for
Version
LoadForEmail(String) Method
Loads User objects associated with the given email address
Syntax
IList<User> LoadForEmail( 
   string email
)

Parameters

email
Email address to lookup for

Return Value

The collection user objects associated with the given email address
Remarks
By default, anonymous user records are not included in the email lookup.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also