Conversation.AddParticipant method (Contact)

Adds a contact 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 ( _
    contact As Contact _
) As Participant
'Usage
Dim instance As Conversation
Dim contact As Contact
Dim returnValue As Participant

returnValue = instance.AddParticipant(contact)
public Participant AddParticipant(
    Contact contact
)

Parameters

Return value

Type: Microsoft.Lync.Model.Conversation.Participant

See also

Reference

Conversation class

Conversation members

AddParticipant overload

Microsoft.Lync.Model.Conversation namespace