ConversationAccount.Id Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Channel id for the user or Agent on this channel. The format of this ID is defined by the channel and is used as an opaque string throughout the protocol. (Example: joe@smith.com, or @joesmith or 123456).
public string Id { get; set; }
member this.Id : string with get, set
Public Property Id As String