Implements the client class which represents the main entry point for the API. Repesents the Lync client and provides access to conversations and contacts via their respective manager classes.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
class 
LyncClient : 
Client

Inheritance Hierarchy

System . . :: . . Object
   System . . :: . . MarshalByRefObject
     UCWBase
       UCWFull
         Microsoft.Lync.Model . . :: . . Client
           Microsoft.Lync.Model . . :: . . LyncClient

See Also