Hello. I have some problem when sending content of UltraFormattedTextEditor to email HTML body. I can see all text formating, colors, etc, but when I insert picture in UltraFormattedTextEditor, there is no picture in WebBrowser. What could be the way for that picture to show in HTML WebBrowser ?
Hi,
UltraFormattedTextEditor does not use HTML, it uses a custom XML Format. There's no built-in conversion. but the XML we use is pretty close to HTML in many respects, so you probably don't have to change much.
There is a discussion on the same topic here that might point you in the right direction:
Embedded image in UltraFormattedTextEditor - Infragistics Community