MailMessage.Body

MailMessage.Body property

Gets or sets the plain text representation of message’s body. If the text/plain part is present in a message, the propery returns its text data. Otherwise, property returns the text content of the HtmlBody property without html markup.

public virtual string Body { get; set; }

See Also