Adds a contact to the collection

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

Syntax

C#
public int Add(
	CContact contact
)
Visual Basic
Public Function Add ( _
	contact As CContact _
) As Integer
Visual C++
public:
int Add(
	CContact^ contact
)

Parameters

contact
Type: Asi.iBO.ContactManagement..::..CContact
The CContact to add to the collection

Return Value

The ArrayList index at which the CContact has been added.

See Also