Activity.ReplyToId 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.
The replyToId field identifies the prior Activity to which the current Activity is a reply. This field allows threaded conversation and comment nesting to be communicated between participants. replyToId is valid only within the current conversation. (See relatesTo for references to other conversations.)
public string ReplyToId { get; set; }
member this.ReplyToId : string with get, set
Public Property ReplyToId As String