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

typedef enum PARTICIPANT_TYPED_INFO {
  PTI_CANONICALNAME,
  PTI_NAME,
  PTI_EMAILADDRESS,
  PTI_PHONENUMBER,
  PTI_LOCATION,
  PTI_TOOL,
  PTI_NOTES,
  PTI_PRIVATE 
} 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

TAPI versionRequires TAPI 3.0 or later
HeaderConfpriv.h

See Also

ITParticipant::get_ParticipantTypedInfo
IPConf MSP
IPConf MSP Interfaces

Send comments about this topic to Microsoft

Build date: 7/24/2009

Tags :


Page view tracker