0

Does anyone know how to override the display name of the sender of an instant message using the Microsoft.Lync API?

Thanks

4

1 回答 1

0

应该可以使用Conversation.Impersonate(...),其中包含以下选项:

显示名称

类型:System.String
要模拟的用户的显示名称。可选的。

但是,当我尝试它时,设置显示名称并没有改变。我最终只是将uri属性设置someusername@example.org为显示用户名。看起来 Lync 客户端仅显示已知用户的用户名。

于 2013-09-16T15:54:21.633 回答