Type: System.String
The display name of the user to impersonate. Optional.
However, when I tried it, setting the displayname changed nothing. I ended up just setting the uri property to [email protected] to show the username. It looks like the Lync client only displays usernames for known users.
It should be possible using
Conversation.Impersonate(...)
, which contains the following option:However, when I tried it, setting the displayname changed nothing. I ended up just setting the
uri
property to[email protected]
to show the username. It looks like the Lync client only displays usernames for known users.