Indicates whether or not this is the Contact's preferred mailing address (address at which he/she/it wishes to receive mail). NOTE: PreferredMail can only be set to true. When one is set to true, all others are set to false.

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

Syntax

C#
public bool IsPreferredMail { get; set; }
Visual Basic (Declaration)
Public Property IsPreferredMail As Boolean
Visual C++
public:
property bool IsPreferredMail {
	bool get ();
	void set (bool value);
}

See Also