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

Syntax

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

See Also