Click or drag to resize
ContactEmailAddressField Class
Represents an email address field associated with a contact.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesContactField
    Avaya.ClientServicesContactEmailAddressField
      Avaya.ClientServicesEditableContactEmailAddressField

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

The ContactEmailAddressField type exposes the following members.

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
See Also