Also known as "Address Code" this code may be assigned to contacts and addresses (depending on system options) to allow them to be sorted together in mailings

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

Syntax

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

See Also