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...