Search code examples
c#sharepointsharepoint-2010skypeskype4com

How to access the Skype API without wrappers?


I need to write a Webpart (in Sharepoint 2010) which should be able to read the chat history in Skype. To achieve this goal I have to use the Skype API. All tutorials that I've seen use wrappers.

Question: How can I access the Skype API without wrappers?


Solution

  • To interact with skype API I have to use SKYPE4COM, but skype client should be launched to make your code work.