Unanswered get the contact information using lync and asp.net

  • Monday, June 04, 2012 6:13 PM
     
     

    Hello.



    i need retrieve the information contact user from the lync server, you can say me how i can get this information using asp.net y c#

    i am novice in this technology



    thanks in advance.

All Replies

  • Monday, June 25, 2012 5:05 PM
     
     

    Hi Carlos,

    You should use the Lync Client 2010 SDK. It is a managed code SDK.  There is a client forum for questions that you will have. If the link I give you does not help, try the forum.

    John Austin


    John Austin Senior Programming Writer Microsoft

  • Friday, July 13, 2012 8:40 PM
     
     

    Hi John .

    thanks for response, i try posted my problem in the forum that you mentioned, but i don't receive any response :(.

    you know about the topic or is you have a friends that know of the topic , please.

    thanks advance.

  • Thursday, August 02, 2012 5:08 PM
     
     

    Carlos,

    I'll try to help answer although my expertise is in the client side of Lync.  I assume that since you are using ASP.NET and C#, that you are writing a server application. In that case, you must use the UCMA API. This API lets you build middle-tier applications that can get the contact presence that you are interested in.

    Take a look at this quick-start sample for getting presence in UCMA.


    John Austin Senior Programming Writer Microsoft

  • Friday, August 03, 2012 2:24 PM
     
     
    You should use UMCA API.

    You can easily retrieve the contact's informations such as picture url, mood message, availability...

    And there is a lot of samples on msdn.