Ok, this may have been answered, but I\'m new and trying to learn, so I guess I\'m not \"getting\" it. I have a variable that contains a table of information (I got it from
You can try (not tested):
$message.Body = $message.Body + ($DataSet.Tables | format-Table -auto | convertto-html)