simple example/tutorial showing how to send Lync messages from a console app

StackOverflow https://stackoverflow.com/questions/13495820

  •  01-12-2021
  •  | 
  •  

Domanda

I have code I wrote using xmpp to all users to communicate with my code through instant messages. Since I'm in a Microsoft shop now I'd like to convert this code over to use Microsoft Lync. Problem is all the samples I've found only show you how to build thick clients with a ui. I am building a library that will be called by code running long processes so there will be no user or UI.

Can anyone point me to some good examples or tutorials that will get me to the point where I can login to an account and send/receive messages to individuals/groups.

È stato utile?

Soluzione

For Lync 2010, you may have to create an UCMA application and expose the interfaces which you want.

For Lync 2013, you can take advantage of UCWA API. You can find more details on this MSDN Channel.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top