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.2.0

Syntax

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

See Also