0

我想将用户的上下文传递给另一个 lync 客户端,以便 lync 用户根据传递的信息进行一些操作。我阅读了邮件文章,发现可以使用 ucma 会话上下文通道。但是使用这种方法我们有实现对话窗口扩展。我不想实现。

请建议不使用对话窗口扩展,如何传递上下文。

4

1 回答 1

0

You could perhaps use the subject field.

In our project we have a custom Lync client (UI suppressed) and then the context channels does unfortunately not work so we use the subject field for custom data.

The subject is a string and I think it is limited to something like 1024 characters.

于 2013-04-26T12:00:25.520 回答