Indicates whether or not account statements should be sent to the Contact

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

Syntax

C#
public bool StatementOptOutFlag { get; set; }
Visual Basic
Public Property StatementOptOutFlag As Boolean
	Get
	Set
Visual C++
public:
property bool StatementOptOutFlag {
	bool get ();
	void set (bool value);
}

See Also