How to save Lync conversation history when Corp has blocked this feature?

南笙酒味 提交于 2019-12-02 18:12:18

There's a client-side Lync SDK, which is pretty easy to use if you're already a .NET developer.

It's easier to do something like this and have it running on every member of your small dev team's machine alongside Lync - easier than trying to re-invent a central conversation store.

I recently blogged about recording the length and status of Conversations, and also about identifying different sorts of Call within the Conversation (you'd be looking for Instant Message Call type).

After that, you'd need to subscribe to the Flow and catch every message to and fro, and log them to a database or whatever. There's a really good book which could help you with this: Unified Communications with Microsoft Lync. If you're serious about doing Lync development, this is definitely the book for you!

Try this https://github.com/bujocek/LyncIMLocalHistory. I've used the Tom Morgans answer and created own local lync (Skype for Business) conversation history tracker. You can build it from source or just unpack and run latest release here: https://github.com/bujocek/LyncIMLocalHistory/releases

RyanMPLS

With Lync 2013, CTRL+S will save the current tab to your Outlook/Exchange Conversation History folder. I'm not certain if this works with 2010.

You may try this: https://github.com/PhilippeRaemy/LyncLog. This tool saves the conversations in text files, using a file naming convention that makes it easy to identify the time and participants.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!