Everyone using 8.5 has probably seen the new database property “Enable enhanced HTML generation”. There is very little documentation regarding this new feature, but that’s not my point in writing this. I want this feature turned on in about 1000 databases. There does not seem to be any way of easily doing this that I can find. What I was originally going to do is write a LotusScript agent to loop through all of them and set this property, which I’ve done with other database properties in the past.
THE PROBLEM IS THERE DOES NOT SEEM TO BE ANY WAY TO SET THIS PROPERTY IN LOTUSSCRIPT!
In the past, setting database properties in LotusScript was a no-brainer using the NotesDatabase Class’ properties or its SetOption Method. As of now, I have to open the database properties box for 1000 databases and check off this option if it is not already checked off.
Even in the Domino Administrator, the “Advanced Properties…” functionality is conveniently missing the option to turn on enhanced HTML generation.
This has to be some sort of huge oversight with this product. Either that or I’m missing something simple since no one else has been asking about this. Maybe there is an undocumented way of doing this? Maybe there is an API I can use to set this (similar to the one that needed to be used to full-text index file attachments with conversion filters prior to Notes Release 6)?