The email address of the customer.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

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

Field Value

The email address that should be used when communicating with this customer about this COrder.

See Also