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

C#
public 
Participant 
AddParticipant(
	
Contact 
contact
)

See Also