Share via


InteractionOptions.EnableMessageMarkdown Property

Definition

Gets or sets a value indicating whether Markdown in the message is rendered. Setting this to true allows a message to contain Markdown elements such as links, text decoration and lists.

public bool? EnableMessageMarkdown { get; set; }
member this.EnableMessageMarkdown : Nullable<bool> with get, set
Public Property EnableMessageMarkdown As Nullable(Of Boolean)

Property Value

Applies to