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

Syntax

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

See Also