dbicDayView Send comments on this topic.
Add Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiContactCollection Class : Add Method

item
The dbiContactItem to add to the collection.
Add a dbiContactItem to the collection.

Syntax

Visual Basic (Declaration) 
Public Function Add( _
   ByVal item As dbiContactItem _
) As Integer
C# 
public int Add( 
   dbiContactItem item
)

Parameters

item
The dbiContactItem to add to the collection.

Return Value

An integer indicating the index of the dbiContactItem in the collection.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also