dbicMonth Send comments on this topic.
IndexOf(dbiContactItem) Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiContactCollection Class : IndexOf(dbiContactItem) Method

item
dbiContactItem
Returns the index of a specified item within the collection.

Syntax

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

Parameters

item
dbiContactItem

Return Value

Integer

Requirements

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

See Also