Click or drag to resize

EditableContactEmailAddressField Class

EditableContact field which is storing email address values and inherits the meta data description of the field.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesContactField
    Avaya.ClientServicesContactEmailAddressField
      Avaya.ClientServicesEditableContactEmailAddressField

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

The EditableContactEmailAddressField type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAddress
The email address.
Public propertyLabel
The email label.
Public propertySource
Provider source type for particular field.
(Inherited from ContactField.)
Public propertyType
The email address type.
Public propertyWriteCapability
Write capability for particular field.
(Inherited from ContactField.)
Top
Remarks
To add a new email address, create an object of this class and add to the EmailAddresses collection.
See Also