Conversation.AddParticipant Method (ContactEndpoint)

Adds one of a contacts 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