The BuilderLead type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BuilderLead | Initializes a new instance of the BuilderLead class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SubmitLead |
Submits a lead to the builder lead web service
| |
| SubmitLeadAndSendEmail |
Submits a lead to the builder lead web service and has it send out an email
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ClientCode |
Client Code for the lead
| |
| EmailBCC |
BCC of lead the notification email
| |
| EmailCC |
CC of lead the notification email
| |
| EmailFrom |
Address the lead notification email is from
Only required if you are using the webservice to send out a notification email
| |
| EmailSubject |
Subject of lead notification email
Only required if you are using the webservice to send out a notification email
| |
| EmailTo |
Address to send the lead notification to
Only required if you are using the webservice to send out a notification email
| |
| ErrorMessage |
Error message if the lead submission is unsuccessful
Check this is SubmitLead or SubmitLeadAndSendEmail returns false
| |
| FirstName |
First name of the lead (Person submitting the form)
| |
| LastName |
Last name of the lead (Person submitting the form)
| |
| LeadEmail |
The email address of the lead (Person submitting the form)
| |
| RawFormData |
Raw data of the lead (Request.Querystring or Request.Form)
| |
| Url |
URL of the form which the lead was submitted from.
|