Click or drag to resize
ContactIMAddressField Class
Contact field which is storing IM address values and inherits the meta data description of the field.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesContactField
    Avaya.ClientServicesContactIMAddressField
      Avaya.ClientServicesEditableContactIMAddressField

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

The ContactIMAddressField type exposes the following members.

Constructors
  NameDescription
Public methodContactIMAddressField
Top
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
See Also