Platform SDK: TAPI

PARTICIPANT_TYPED_INFO

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.

typedef enum PARTICIPANT_TYPED_INFO
{
  PTI_CANONICALNAME,
  PTI_NAME,
  PTI_EMAILADDRESS,
  PTI_PHONENUMBER,
  PTI_LOCATION,
  PTI_TOOL,
  PTI_NOTES,
  PTI_PRIVATE
}PARTICIPANT_TYPED_INFO;

Members

PTI_CANONICALNAME
Canonical name of participant, such as someone@microsoft.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

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Confpriv.h.

See Also

ITParticipant::get_ParticipantTypedInfo, IPConf MSP, IPConf MSP Interfaces