I'm trying to read the CompressedRichText field that is stored in the database for an activity in BCM. How can I either save this to a file, or take the byte[] array and actually display it in a readable format, using a RichTextBox (Winforms or WPF)?
I've looked at the following thread, but it was not much help on how to actually make use of the WrapCompressedRTFStream method.
?32411-Compressed-Richtext-Fields
I've looked at the following thread, but it was not much help on how to actually make use of the WrapCompressedRTFStream method.
?32411-Compressed-Richtext-Fields