Adds a new CActivity object to the Contact and returns a reference to it.

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

Syntax

C#
public CActivity NewActivity(
	string activityTypeCode
)
Visual Basic
Public Function NewActivity ( _
	activityTypeCode As String _
) As CActivity
Visual C++
public:
CActivity^ NewActivity(
	String^ activityTypeCode
)

Parameters

activityTypeCode
Type: System..::..String
The type of Activity record to be added

Return Value

A reference to the new address

See Also