1 out of 1 rated this helpful - Rate this topic

LINEADDRESSTYPE_ Constants

Applies to: desktop apps only

The address type identifies address format, such as standard phone number or e-mail address. Only applications that negotiate TAPI version 3.0 or higher can use address types.

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

TAPI version

Requires TAPI 3.0 or later

Header

Tapi.h

 

 

Send comments about this topic to Microsoft

Build date: 2/3/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
LINEADDRESSTYPE

public const int LINEADDRESSTYPE_PHONENUMBER = 0x00000001;
public const int LINEADDRESSTYPE_SDP = 0x00000002;
public const int LINEADDRESSTYPE_EMAILNAME = 0x00000004;
public const int LINEADDRESSTYPE_DOMAINNAME = 0x00000008;
public const int LINEADDRESSTYPE_IPADDRESS = 0x00000010;
LINEADDRESSTYPE

public const int LINEADDRESSTYPE_PHONENUMBER = 0x00000001;
public const int LINEADDRESSTYPE_SDP = 0x00000002;
public const int LINEADDRESSTYPE_EMAILNAME = 0x00000004;
public const int LINEADDRESSTYPE_DOMAINNAME = 0x00000008;
public const int LINEADDRESSTYPE_IPADDRESS = 0x00000010;