2.2.3.1.5 LINEADDRESSTYPE_Constants

The LINEADDRESSTYPE_Constants are bit-flag constants that identify address format, such as a standard phone number or an email address. Only applications that negotiate TAPI version 3.0 or 3.1 can use address types.

Constant/value

Description

LINEADDRESSTYPE_PHONENUMBER

0x00000001

The address type must be a standard phone number.

LINEADDRESSTYPE_SDP

0x00000002

The address type must be Session Description Protocol (SDP) conference.

LINEADDRESSTYPE_EMAILNAME

0x00000004

The address type must be an email name.

LINEADDRESSTYPE_DOMAINNAME

0x00000008

The address type must be a domain name.

LINEADDRESSTYPE_IPADDRESS

0x00000010

The address type must be an IP address.