Click or drag to resize

EditableContactIMAddressField Class

The EditableContactIMAddressField class extends the ContactStringField class to provide the application with the ability to edit a String field in a contact. The editable version of a contact field is obtained from the EditableContact class.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesContactField
    Avaya.ClientServicesContactIMAddressField
      Avaya.ClientServicesEditableContactIMAddressField

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

The EditableContactIMAddressField type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIMAddress
The IM address.
Public propertySource
Provider source type for particular field.
(Inherited from ContactField.)
Public propertySubType
The IM address sub type.
Public propertyType
The IM address type.
Public propertyWriteCapability
Write capability for particular field.
(Inherited from ContactField.)
Top
Remarks
In order to add new IM address create object of this class and add to the IMAddresses collection.
See Also