Indicates which address's Email field will be synced with the Contact's Email field. The value is the prompt for MainAddressPrompt, Address2Prompt, or Address3Prompt

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

Syntax

C#
public string EmailSync { get; }
Visual Basic
Public ReadOnly Property EmailSync As String
	Get
Visual C++
public:
property String^ EmailSync {
	String^ get ();
}

See Also