The ContactID of an additional contact that is related to this Activity in some way. Its meaning, if used at all, is ActivityType specific.

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

Syntax

C#
public string OtherContactId { get; set; }
Visual Basic
Public Property OtherContactId As String
	Get
	Set
Visual C++
public:
property String^ OtherContactId {
	String^ get ();
	void set (String^ value);
}

See Also