Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Marketing Namespace / IEmailListUserRepository Interface / Load Method
The Id of the email list.
The email of the user to locate.
In This Topic
    Load Method (IEmailListUserRepository)
    In This Topic
    Locates an EmailListUser instance given the list id and an email
    Syntax

    Parameters

    emailListId
    The Id of the email list.
    email
    The email of the user to locate.

    Return Value

    An EmailListUser instance for the given email if available; null otherwise.
    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