Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- endpoint
Type: Microsoft.Lync.Model.ContactEndpoint
Return Value
Type: Microsoft.Lync.Model.Conversation.Participant