Monday, June 18, 2007

How to break "prevent copying" setting from sender

Solution: remove field "$KeepPrivate".

Refer IBM/Lotus KB Document# 1097631: Is "Disable Printing/Forwarding/Copying to Clipboard" a security feature?
... You can prevent Notes mail recipients from copying a Notes mail message that you send. This includes copying with the clipboard, forwarding, replying with history, and printing. However, this option is merely a deterrent to copying. Recipients can still use other means to copy the message.

Agent formula "etc\Remove $KeepPrivate"


FIELD $KeepPrivate := ""

No comments: