The email address associated with the address. For example, a home email address would be on the "Home" address while a work email address would be on the "Work" address.

Namespace:  Asi.iBO.ContactManagement
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);
}

See Also