Link to home
Start Free TrialLog in
Avatar of notesrookie
notesrookieFlag for United States of America

asked on

Programatically disable reply to all?

Greeting experts,

I am on Domino 8.5.2 on Windows 2003 Enterprise. Is there a field I can add to a form that is then sent as email to prevent people from copying, forwarding or replying to all when that document is received?

For some odd reason people are not really reading their email and are basically "spamming" others. The database owner would like to prevent that and I as the database developer would like to oblige as much as I can.

However if this cannot be done, I will just explain it to them.

Thank you.

Awaiting your answers,

Notes Rookie
ASKER CERTIFIED SOLUTION
Avatar of larsberntrop
larsberntrop
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You could create a new version of the mail template with changed Reply All buttons.

If you do this, do not edit the original template but create a copy.  And try to implement Source code control.
Avatar of Sjef Bosman
If the form is sent with the mail, you can do something:
  1.      Open the form.
  2.      Choose Design - Form Properties.
  3.      Click the Security tab.
  4.      Click "Disable printing/forwarding/copying to clipboard."
Straight from the document "Access-controlled forms and documents" in the Designer Help database... So it only works when you use (the equivalent of) doc.Send(True)
sjef's solution turns it on for all documents based on that form.  It sets the same flag: the item $KeepPrivate"is set to "1"
Ah, yes, $KeepPrivate... I forgot its name. Thanks!

Just a remark: $KeepPrivate is a Notes-only thing, whose powers are lost when the mail is sent to a non-Notes user.
Avatar of notesrookie

ASKER

Thank you, all. I will check that out.

Regards - Notes Rookie
Apologies, all. It has been a crazy 2 months.
Any reason to assume that the next 2 months won't be even crazier? ;-)
thank you!