0

I am creating one sample application [.net technology] by using Lync Client SDK-2013. I want to save the conversation history of particular lync users, recently i come to know that through Exchange Web Service [EWS] we can track the conversation history. But i want to know is there any other mechanism or any other web service [Other than EWS] to keep track of the conversation history of Lync users???

Akshay Bagi
  • 179
  • 1
  • 8

1 Answers1

0

The conversation history is just held in a Mailbox Folder in Exchange so any of the Exchange Mailbox Access API that Exchange provides can be used eg EWS, MAPI, POP3, IMAP and ActiveSync. On Office365 the new REST api's can also be used

Glen Scales
  • 20,495
  • 1
  • 20
  • 23
  • as i know EWS does not required outlook must be running in client computer, whether this scenario applies for MAPI,POP3,IMAP,ActiveSync? – Akshay Bagi Jul 25 '16 at 05:07
  • Mapi requires Outlook to be installed but it doesn't need to be running to use it if you use a third party library like redemption. POP, IMAP you need a client library which there are many available, Active Sync requires a client and licence in theory to use. – Glen Scales Jul 25 '16 at 05:41