Click or drag to resize
MessagingParticipantPhoneNumberType Enumeration
Represents the type of phone number.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum MessagingParticipantPhoneNumberType
Members
  Member nameValueDescription
Undefined0 Type could not be determined.
Work1 Work phone number type.
Mobile2 Mobile phone number type.
Home3 Home phone number type.
Pager4 Pager phone number type.
Fax5 Fax phone number type.
Custom6 Custom phone number type. Actual value can be read from MessagingParticipantPhoneNumber.CustomType
See Also