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

item
dbiContactItem
Removes a specific item from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal item As dbiContactItem _
) 
C# 
public void Remove( 
   dbiContactItem item
)

Parameters

item
dbiContactItem

Return Value

None

Requirements

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

See Also