Click or drag to resize

ContactPhoneField Class

Represents a phone number field associated with a contact. Only one phone address can be default for a given contact.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesContactField
    Avaya.ClientServicesContactPhoneField
      Avaya.ClientServicesEditableContactPhoneField

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class ContactPhoneField : ContactField

The ContactPhoneField type exposes the following members.

Properties
  NameDescription
Public propertyCategory
The phone number category.
Public propertyIsDefault
True if this is the default phone number in the list.
Public propertyIsSpeedDialEnabled
The phone number speed dial flag.
Public propertyLabel1
The phone number Label1.
Public propertyLabel2
The phone number Label2.
Public propertyPhoneNumber
Phone number.
Public propertySource
Provider source type for particular field.
(Inherited from ContactField.)
Public propertyType
The phone number type i.e work.
Public propertyWriteCapability
Write capability for particular field.
(Inherited from ContactField.)
Top
See Also