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?
To interact with skype API I have to use SKYPE4COM, but skype client should be launched to make your code work.