Conversation.AddParticipant method (Contact)
AddParticipant(Microsoft.Lync.Model.Contact)
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
- contact
Type: Microsoft.Lync.Model.Contact
Return value
Type: Microsoft.Lync.Model.Conversation.Participant