Allows mail to various contries to be sorted in groups when doing mass mailings. This property causes mail sent to this country to be sorted with other mail to countries with the same format.

Namespace: Asi.iBO.SystemConfig
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string MailGroup { get; }
Visual Basic
Public ReadOnly Property MailGroup As String
	Get
Visual C++
public:
property String^ MailGroup {
	String^ get ();
}

See Also