PARTICIPANT_TYPED_INFO enumeration

[PARTICIPANT_TYPED_INFO is not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]

The members of the PARTICIPANT_TYPED_INFO enum identify the type of participant information being retrieved by the ITParticipant::get_ParticipantTypedInfo method. This enum is used by applications that access the IPConf MSP.

Syntax

} PARTICIPANT_TYPED_INFO;

Constants

PTI_CANONICALNAME

Canonical name of participant, such as someone@example.com.

PTI_NAME

Displayable name of participant.

PTI_EMAILADDRESS

Participant's email address.

PTI_PHONENUMBER

Participant's phone address.

PTI_LOCATION

Participant's geographical address.

PTI_TOOL

Participant's application.

PTI_NOTES

Notes concerning participant.

PTI_PRIVATE

Defines an experimental or application-specific Source Description (SDES) extension. See RFC 1889 for details.

Requirements

Requirement Value
TAPI version
Requires TAPI 3.0 or later
Header
Confpriv.h

See also

ITParticipant::get_ParticipantTypedInfo

IPConf MSP

IPConf MSP Interfaces