Gets or sets the Mail Code associated with this address, for sorting in large 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);
}

Field Value

An administrator defined code to allows mailings to be grouped together.

Remarks

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. The value must already be defined in the MAIL_CODE validation table in iMIS.

See Also