SuggestedActions.To 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.
Gets or sets ids of the recipients that the actions should be shown to. These Ids are relative to the channelId and a subset of all recipients of the activity.
public System.Collections.Generic.IList<string> To { get; set; }
member this.To : System.Collections.Generic.IList<string> with get, set
Public Property To As IList(Of String)
Property Value
The ID's of the recipients that the actions should be shown to.