The BuilderLead type exposes the following members.

Properties

  NameDescription
Public propertyClientCode
Client Code for the lead
Public propertyEmailBCC
BCC of lead the notification email
Public propertyEmailCC
CC of lead the notification email
Public propertyEmailFrom
Address the lead notification email is from Only required if you are using the webservice to send out a notification email
Public propertyEmailSubject
Subject of lead notification email Only required if you are using the webservice to send out a notification email
Public propertyEmailTo
Address to send the lead notification to Only required if you are using the webservice to send out a notification email
Public propertyErrorMessage
Error message if the lead submission is unsuccessful Check this is SubmitLead or SubmitLeadAndSendEmail returns false
Public propertyFirstName
First name of the lead (Person submitting the form)
Public propertyLastName
Last name of the lead (Person submitting the form)
Public propertyLeadEmail
The email address of the lead (Person submitting the form)
Public propertyRawFormData
Raw data of the lead (Request.Querystring or Request.Form)
Public propertyUrl
URL of the form which the lead was submitted from.

See Also