Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
The address type identifies address format, such as standard phone number or e-mail address. Only applications that negotiate TAPI version 3.0 or later can use address types.
The following table shows the LINEADDRESSTYPE constants.
Value | Descripton |
---|---|
LINEADDRESSTYPE_PHONENUMBER = 0x00000001 |
Address type is a standard phone number. |
LINEADDRESSTYPE_SDP = 0x00000002 |
Address type is Session Description Protocol (SDP) conference. |
LINEADDRESSTYPE_EMAILNAME = 0x00000004 |
Address type is an e-mail name. |
LINEADDRESSTYPE_DOMAINNAME = 0x00000008 |
Address type is a domain name. |
LINEADDRESSTYPE_IPADDRESS = 0x00000010 |
Address type is an IP address. |
Requirements
Header | tapi.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |