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

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

Syntax

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

Parameters

strTitle
The title of the contact.

Requirements

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

See Also