Class: EditableContactEmailAddressField

Constructor

new EditableContactEmailAddressField()

Class representing editable contact's email address property.

Methods

getAddress() → {string}

Returns email address.

Inherited From:
Returns:
{ string }

getEmailAddressType() → {AvayaClientServices.Services.Contacts.ContactEmailAddressType}

Returns the type of this email address.

Inherited From:
Returns:

getWriteCapability() → {AvayaClientServices.Base.Capability}

Returns write capability of this contact field.

Inherited From:
Returns:

isDefault() → {boolean}

Returns true if this is the contact's default email address. This method is deprecated and will be removed in future versions. All work email addresses are currently marked as default.

Inherited From:
Deprecated:
  • Yes
Returns:
{ boolean }

setAddress(value)

Sets an email address.

Parameters:
Name Type Description
value string

setEmailAddressType(emailAddressType)

Sets the type of this handle.

Parameters:
Name Type Description
emailAddressType AvayaClientServices.Services.Contacts.ContactEmailAddressType
©2016 Avaya Inc. All Rights Reserved.