【问题标题】:PresenceNotificationReceived RemotePresentityNotification.PersonalNote.Message is empty string when note is changed更改注释时,PresenceNotificationReceived RemotePresentityNotification.PersonalNote.Message 为空字符串
【发布时间】:2011-05-06 14:41:08
【问题描述】:
【问题讨论】:
标签:
c#
lync-2010
lync
ucma
【解决方案1】:
当 RemotePresenceView 绑定的 UserEndpoint 的 OwnerUri 与 RemotePresentityNotification 的 PresentityUri 相同时,似乎会发生此问题。我通过更改 UserEndpoint 的帐户来修复它。以下是我测试将注释设置为“Out of town”时的示例结果:
- UserEndpoint.OwnerURI = master.user@test.com,
RemotePresentityNotification.PresentityUri = master.user@test.com,
注意 = ""
- UserEndpoint.OwnerURI = master.user@test.com,
RemotePresentityNotification.PresentityUri = test.user@test.com,
注意 =“出城”
- UserEndpoint.OwnerURI = test.user@test.com,
RemotePresentityNotification.PresentityUri = master.user@test.com,
注意 =“出城”
- UserEndpoint.OwnerURI = test.user@test.com,
RemotePresentityNotification.PresentityUri = test.user@test.com,
注意 = ""
- UserEndpoint.OwnerURI = test.user@test.com,
RemotePresentityNotification.PresentityUri = secondtest.user@test.com,
注意 =“出城”