Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Marketing Namespace / EmailList Class / IsMember Method
The email address to check for.
In This Topic
    IsMember Method (EmailList)
    In This Topic
    Determines whether the given user is a member of this list.
    Syntax
    public virtual bool IsMember( 
       string email
    )

    Parameters

    email
    The email address to check for.

    Return Value

    True if the email address is a member; false otherwise.
    Remarks
    This is more efficient than Users.IndexOf for checking for membership.
    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