Share via


Activity.Recipient Property

Definition

Gets or sets the recipient of the message.

public Microsoft.Bot.Schema.ChannelAccount Recipient { get; set; }
member this.Recipient : Microsoft.Bot.Schema.ChannelAccount with get, set
Public Property Recipient As ChannelAccount

Property Value

The ChannelAccount for the recipient of the message.

Implements

Applies to