The primary email address of the contact. Alternative email addresses can be entered in the Address records

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

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

See Also