Conversation.AddParticipant method (ContactEndpoint)

Adds one of a contact's endpoints to a conversation and returns the contact as a participant.

Namespace:  Microsoft.Lync.Model.Conversation
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Function AddParticipant ( _
    endpoint As ContactEndpoint _
) As Participant
'Usage
Dim instance As Conversation
Dim endpoint As ContactEndpoint
Dim returnValue As Participant

returnValue = instance.AddParticipant(endpoint)
public Participant AddParticipant(
    ContactEndpoint endpoint
)

Parameters

Return value

Type: Microsoft.Lync.Model.Conversation.Participant

See also

Reference

Conversation class

Conversation members

AddParticipant overload

Microsoft.Lync.Model.Conversation namespace