Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<asp:TextBox id="txtContent" runat="server" Columns="50" Rows="10" TextMode="multiline"></asp:TextBox>
string sBodyFormat = "HTML";
switch (sBodyFormat.ToUpper())
{
case "HTML":
MyMail.BodyFormat = MailFormat.Html