Indicates whether or not this contact should be excluded from any mailings

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

Syntax

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

See Also