Skip to content

Instantly share code, notes, and snippets.

@nillfm
Created August 16, 2017 16:01
Show Gist options
  • Save nillfm/74666963a3fbce30323bf4f1d0d61b07 to your computer and use it in GitHub Desktop.
Save nillfm/74666963a3fbce30323bf4f1d0d61b07 to your computer and use it in GitHub Desktop.
ted-blog2
private static HtmlDocument LoadHtmlFromEmail(MailMessage email)
{
var html = new HtmlDocument();
// create a basic structure to load into
html.LoadHtml("<html><head><style>label.msg-label { font-weight: bold; }</style></head><body></body></html>");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment