dbicCalendar Send comments on this topic.
TelephoneNumber Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiContactItem Class : TelephoneNumber Property

Gets or sets a phone number for the contact.

Syntax

Visual Basic (Declaration) 
Public Property TelephoneNumber As String
C# 
public string TelephoneNumber {get; set;}

Remarks

This property value is of type String, indicating the phone number of the contact.

Requirements

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

See Also