I am able to successfully integrate a asp .net MVC with a lync .
I need a suggestion to improve the functionality further.
The following code :
var nameCtrl = ActiveXObject('Name.NameCtrl.1')
nameCtrl.ShowOOUI(useremaild, 0, left, top) will give status of one email id which is logged in . Suppose I have 10 users with different statuses for eg: available/offline etc, is there any way to show these 10 users here .
Tried to use, nameCtrl.ShowOOUI(arrayofemails, 0, left, top) but that dint solve the problem. I want to display in the application similar to the way which is displayed in microsoft lync.