Gets or sets the mail code. Also known as "Address Code", setting this on a subscription allows bills for this subscription to be sorted together

Namespace: Asi.iBO.Commerce
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);
}

Remarks

If an attempt is made to set this with a value longer than 5 characters an error is generated.

See Also