Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Marketing Namespace / EmailList Class / AddMember Method
The email address to add
The date for this signup
The IP to save for this signup
In This Topic
    AddMember Method
    In This Topic
    Adds a given email address to this email list
    Syntax
    public virtual void AddMember( 
       string email,
       DateTime signupDate,
       string signupIP
    )

    Parameters

    email
    The email address to add
    signupDate
    The date for this signup
    signupIP
    The IP to save for this signup
    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