Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / IUserRepository Interface / GetEmail Method
ID of the user
In This Topic
    GetEmail Method (IUserRepository)
    In This Topic
    Gets the email address given the user id
    Syntax
    string GetEmail( 
       int userId
    )

    Parameters

    userId
    ID of the user

    Return Value

    The email address of the user
    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