PhoneNumberKeyType Enumeration

The PhoneNumberKeyType enumeration represents types of telephone numbers for a contact.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<SerializableAttribute> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/types")> _
Public Enumeration PhoneNumberKeyType
[SerializableAttribute] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")] 
public enum PhoneNumberKeyType
[SerializableAttribute] 
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")] 
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types")] 
public enum class PhoneNumberKeyType
/** @attribute SerializableAttribute() */ 
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */ 
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") */ 
public enum PhoneNumberKeyType
SerializableAttribute 
GeneratedCodeAttribute("wsdl", "2.0.50727.42") 
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") 
public enum PhoneNumberKeyType

Members

Member name Description
AssistantPhone Identifies the telephone number as the assistant's telephone number.
BusinessFax Identifies the telephone number as a business fax number.
BusinessPhone Identifies the telephone number as a business telephone number.
BusinessPhone2 Identifies the telephone number as a second business telephone number.
Callback Identifies the telephone number as a callback number.
CarPhone Identifies the telephone number as a car telephone number.
CompanyMainPhone Identifies the telephone number as the company's main telephone number.
HomeFax Identifies the telephone number as a home fax number.
HomePhone Identifies the telephone number as a home telephone number.
HomePhone2 Identifies the telephone number as a second home telephone number.
Isdn Identifies the telephone number as an Integrated Services Digital Network (ISDN) line.
MobilePhone Identifies the telephone number as a mobile phone number.
OtherFax Identifies the telephone number as another fax number.
OtherTelephone Identifies the telephone number as another telephone number.
Pager Identifies the telephone number as a pager.
PrimaryPhone Identifies the telephone number as the primary telephone number.
RadioPhone Identifies the telephone number as a radio telephone.
Telex Identifies the telephone number as a telex telephone number.
TtyTddPhone Identifies the telephone number as a teletype/telecommunication device for the deaf (TTY/TDD) telephone number.

Remarks

This enumeration is used by the Key property of the PhoneNumberDictionaryEntryType object.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)

See Also