Hi,
A lot of emails are generated in my CRM and it takes a lot of space. As it is asked to keep those mails for a long time, I'm searching for a way of trimming HTML content in description. I've already got a working code in C# (with update of statecode and statuscode in order of updating the description), but I just find a column compressed in the email table.
The documentation says: Indicates if the body is compressed. It is a read-only column with 2 values, 0 or 1.
My question: how is it possible to compress the body OOB as this column seems to indicate it is possible?