MicrosoftTeamsMessageCard.

text Property

Summary

The main text of the card. This will be rendered below the sender information and optional title, and above any sections or actions present.

Syntax

public string text { get; set; }

Remarks

Content can be formatted using basic Markdown markup (headings, bold, italic, links, etc.).

Value

Type Description
string