Class TelContactInfo
This class is used to store telephone contact information that is extracted from an xcard.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
public class TelContactInfo
Fields
| Edit this page View SourceDescription
Contains a list of attributes such as the phone type and a list of media that can be handled.
Declaration
public string Description
Field Value
Type | Description |
---|---|
string |
Extension
Contains the extension number if there is any.
Declaration
public string Extension
Field Value
Type | Description |
---|---|
string |
Pref
Contains the preference value for the telephone number. The range is from 1 through 100. A value of 1 is the most preferred.
Declaration
public string Pref
Field Value
Type | Description |
---|---|
string |
TelNumber
Contains the telephone number or a SIP URI.
Declaration
public string TelNumber
Field Value
Type | Description |
---|---|
string |