Attaches a new agent to the current lead

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

Syntax

C#
public void AddAgent(
	string emailAddress
)
Visual Basic
Public Sub AddAgent ( _
	emailAddress As String _
)
Visual C++
public:
void AddAgent(
	String^ emailAddress
)

Parameters

emailAddress
Type: System..::..String
Email address of the user (agent) that you want this lead to be auto assigned to (must match exactly with what is in LeadTrax)

See Also