Click or drag to resize

IMailGetBodyAsHtml Method

Overload List
  NameDescription
Public methodGetBodyAsHtml
Returns body in HTML format. If IsHtml is false this method uses Text property to create valid HTML.
Public methodGetBodyAsHtml(Boolean)
Returns body in HTML format. If IsHtml is false this method uses Text property to create valid HTML. When inlineVisuals is set to true, all visual elements are inlined using 'data:' URI scheme.
Top
See Also