Neokernel API

EmailTools.change(String, String, TextRange, Boolean) Method

Does a find and replace within the specified com.neokernel.text.TextRange. Case-sensitivity can be specified. Returns a new TextRange representing the changed contents of the TextRange.

public static TextRange change(
   string find,
   string replace,
   TextRange t,
   bool ignoreCase
);

See Also

EmailTools Class | com.neokernel.email Namespace | EmailTools.change Overload List