How to identify HTML email

Does anyone know a reliable way of identifying whether an email contains HTML? We would like to create a view column in the inbox folder which displays an icon if the message contains HTML.

TIA,

Mark.

Subject: How to identify HTML email

Just check to see if Mime_Version <> “” and that should show you whether it was a MIME/HTML e-mail. Since Mime_Version is a summary field, it is available in the view column. I use it as part of the icon column.

Subject: RE: How to identify HTML email

Ben,

I’ve done this and nearly every message has the Mime_Version item, even when the Body field does not contain HTML. Is there another item which appears only on HTML email?

Thanks,

Mark.