NotesItem.CopyItemToDocument - Hide Formulas

I’m using the CopyItemToDocument method of the NotesItem class to copy a rich text field from one document to another. Is there a way however, if the text or data in the rich text field on the original document is hidden (Hide from web browser) that I can copy that setting over as well?

thanks.

Subject: NotesItem.CopyItemToDocument - Hide Formulas

Irregardless to the hide/when formula, you should be able to copy any notesitem or notesrichtextitem from one document to another document at the server level.

If you are trying this via a userlevel, the user can only copy what the user as access to see. Now if the field hidden is not tied to security, you can copy it as you would normally copy a single field.

HTH