Neokernel API

EmailTools.fixForHTML Method

Returns a String with greater-than (>), less-than (<), and carriage return (\n) characters changed for HTML compatibility (>, <, and <BR> respectively).

public static string fixForHTML(
   string text
);

See Also

EmailTools Class | com.neokernel.email Namespace