Click or drag to resize
MessagingParticipant Class
Interface for all messaging participant related tasks and properties.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesParticipant
    Avaya.ClientServicesMessagingParticipant

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class MessagingParticipant : Participant

The MessagingParticipant type exposes the following members.

Properties
  NameDescription
Public propertyAddress
Participant's network-provided address, as known to the conferencing system.
(Inherited from Participant.)
Public propertyDisplayName
Participant's network-provided display name, as known to the conferencing system.
(Inherited from Participant.)
Public propertyDisplayOrder
Get participant name display order.
Public propertyFirstName
Returns the first name for the participant.
Public propertyHasPicture
Indicates whether the participant has a picture.
Public propertyId
Participant's unique id as given by the conference system.
(Inherited from Participant.)
Public propertyIsLocalUser
Information as to whether the participant is the local user.
(Inherited from Participant.)
Public propertyLastName
Returns the last name for the participant.
Public propertyModalities
List of all supported modalities for participant.
Public propertyPhoneNumbers
List of all phone numbers.
Public propertySourceType
Returns the participant source type.
Public propertyType
Returns the messaging participant type.
Top
Methods
  NameDescription
Public methodGetBestContactMatch Obsolete.
Return the best contact match, null if there is no match.
(Inherited from Participant.)
Public methodRetrievePicture
Retrieves the picture for the participant. Check if picture is available using HasPicture flag.
Public methodSendPrivateChatMessage
Sends private message to this participant.
(Inherited from Participant.)
Top
Events
  NameDescription
Public eventMatchedContactsChanged
Occurs when a participant's matched contacts have changed.
(Inherited from Participant.)
Top
Remarks
Every participant of message is a registered user on the messaging server. It is basically the most important data about the participant of a conversation, used for not including the whole contact object. If a particular contact is available on the current user list, it can be obtained by the GetBestContactMatch method.
See Also