Subject of lead notification email Only required if you are using the webservice to send out a notification email

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

Syntax

C#
public string EmailSubject { get; set; }
Visual Basic
Public Property EmailSubject As String
	Get
	Set
Visual C++
public:
property String^ EmailSubject {
	String^ get ();
	void set (String^ value);
}

See Also