What kind of column you need to add. If your need to display email body in tabular format of some table needs to be display, then you can use HTML Tags to display table.
<Table> - Creating Table.
<TR> - Creating Row to the table.
<TD> - Creating Column to the Row.
-Regards,
Ketan