Share via


Activity.ReplyToId Property

Definition

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

Property Value

Implements

Applies to