Wednesday, June 20, 2007

Current community outlets

Social

Technical

etc.

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 := ""

How to set icon to mail sent in Lotus Notes

Solution: Set field "_ViewIcon" before sending.
  1. Compose mail and save as draft.
  2. In Drafts folder, select the mail and run agent.
  3. Open the mail and send it out.

You can also preset mail icon in stationery.

Refer IBM/Lotus document# 1089446.


Agent formula "etc\Set mail icon"
FIELD _ViewIcon := @TextToNumber(@Prompt([OkCancelEdit]; "Set mail icon";
"Input the icon#."; 99));
SELECT @All