HTML data are not required to be present in every mail.
For example only text/plain content can be present. Use IMail.Text property to get it.
You can also use IMail.GetBodyAsHtml() method. It converts plain text to HTML, if
HTML data aren't available.