The primary email address of the contact.

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

Syntax

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

Field Value

The contact's primary email address.

Remarks

Alternative email addresses can be entered in the Address records.

See Also