dbicMonth Send comments on this topic.
dbiContactItem Constructor(String,String)
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiContactItem Class > dbiContactItem Constructor : dbiContactItem Constructor(String,String)

strTitle
The title of the contact.
strEntryID
The EntryID of the contact.
Initializes a new instance of the dbiContactItem class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal strTitle As String, _
   ByVal strEntryID As String _
)
C# 
public dbiContactItem( 
   string strTitle,
   string strEntryID
)

Parameters

strTitle
The title of the contact.
strEntryID
The EntryID of the contact.

Requirements

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

See Also