[This is preliminary documentation and is subject to change.]

Adds a vCard in the collection.

Namespace:  OfficeClip.BusinessLayer.Sync
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public int add(
	OCVCard vCard
)
Visual Basic (Declaration)
Public Function add ( _
	vCard As OCVCard _
) As Integer
Visual C++
public:
int add(
	OCVCard^ vCard
)

Parameters

vCard
Type: OfficeClip.BusinessLayer.Sync..::.OCVCard
the vCard to be added to the collection.

Return Value

See Also