If you don't want LeadTrax to match this lead up to an existing lead (if one exists) then you will set this to true. If you want to have LeadTrax attach as an inquiry, you will set as false, or leave out of the post.

Namespace: CWS.Common.Lantrax
Assembly: Lantrax (in Lantrax.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool AddDuplicatesAsNewLead { set; }
Visual Basic
Public WriteOnly Property AddDuplicatesAsNewLead As Boolean
	Set
Visual C++
public:
property bool AddDuplicatesAsNewLead {
	void set (bool value);
}

See Also