locked
Integration of lync with asp .net RRS feed

  • Question

  • 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.

    • Moved by Kristin Xie Friday, June 26, 2015 7:20 AM MVC issue
    Thursday, June 25, 2015 12:12 PM

Answers

All replies

  • ASP.NET issues amd MVC can be discussed at the ASP.NET forum.

    http://forums.asp.net/

    • Proposed as answer by Kristin Xie Friday, June 26, 2015 7:18 AM
    • Marked as answer by Just Karl Wednesday, July 8, 2015 7:58 PM
    Thursday, June 25, 2015 1:19 PM
  • Hi,

    MVC forum

    http://forums.asp.net/1146.aspx

    The above forum is where you should post


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

    Friday, June 26, 2015 7:20 AM