InteractionOptions.EnableMessageMarkdown 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 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)