Click or drag to resize
BaseContact Class
Base class used as a common interface for read-only and editable contacts.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesBaseContact
    Avaya.ClientServicesContact
    Avaya.ClientServicesEditableContact

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

The BaseContact type exposes the following members.

Constructors
  NameDescription
Public methodBaseContact
Top
Properties
  NameDescription
Public propertyAlias
The native alias.
Public propertyAsciiAlias
The non-localized alias.
Public propertyAsciiDisplayName
The non-localized display name.
Public propertyAsciiFirstName
The non-localized first name.
Public propertyAsciiLastName
The non-localized last name.
Public propertyAsciiMiddleName
The non-localized middle name.
Public propertyCity
The city.
Public propertyCompany
The company.
Public propertyCountry
The country.
Public propertyCustom1
The list of custom1 values.
Public propertyCustom2
The list of custom2 values.
Public propertyCustom3
The list of custom3 values.
Public propertyDepartment
The department.
Public propertyDisplayName
The native display name.
Public propertyEmailAddresses
The list of email addresses.
Public propertyExtraFields
The list extra fields used for local contacts.
Public propertyFirstName
The native first name.
Public propertyIMAddresses
The list of IM addresses.
Public propertyIsBuddy
The buddy flag. Used for presence feature purpose.
Public propertyIsFavorite
The favorite flag.
Public propertyIsVip
The VIP flag.
Public propertyLanguage
The language is per contact record.
Public propertyLastName
The native last name.
Public propertyLocation
The location.
Public propertyManager
The name of a person who is a supervisor.
Public propertyMiddleName
The native middle name.
Public propertyNotes
The notes field.
Public propertyPhoneNumbers
The list of phone numbers.
Public propertyPostalCode
The postal code.
Public propertyRank
The rank field defining the contact sorting order. 0.0 value means "No rank". Higher values are sorted toward top of the list.
Public propertyState
The state.
Public propertyStreetAddress
The street address.
Public propertyTitle
The title or company role.
Public propertyUniqueAddressForMatching
The matching/merging address. This parameter can be used as a record’s unique id.
Top
Methods
See Also