Gets the delegated user's LyncClient.
Namespace:
Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
public LyncClient LyncClient { get; } |
Remarks
To get the delegator's Client instance, cast
DelegatorClient to Client. You cannot sigh into or out of Lync 2010
using the delegator Client. The parent Client.ConversationManager
is used to register for incoming delegated calls. Please note that
reading the value of Client.ContactManager on the delegator client
returns the delegated user's ContactManager.