Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / AbleCommerceMembershipProvider Class / RequiresUniqueEmail Property
In This Topic
    RequiresUniqueEmail Property
    In This Topic
    Gets a value indicating whether the membership provider is configured to require a unique e-mail address for each user name.
    Syntax
    public override bool RequiresUniqueEmail {get;}

    Property Value

    true if the membership provider requires a unique e-mail address; otherwise, false. The default is true.
    Remarks
    AbleCommerce does not require a unique email.
    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