15 pts.
 Add new specify action to Lotus Notes 8.5.2 rules
I have a script that I want to run when a specific  email arrives. There is no option in the specify action fields to execute a binary. Is there a way to add that?

Software/Hardware used:
LN - 8.5.2
ASKED: July 20, 2011  3:53 PM
UPDATED: March 31, 2012  8:42 PM
  Help
 Approved Answer - Chosen by Yokai117 (Question Asker)

You could write an agent triggered with "When new mail arrive" and execute the binary with a shell statement in your code.
Could you explain a little bit more what you want to do ?

ANSWERED:  Jul 21, 2011  1:54 PM (GMT)  by Yokai117

 
Other Answers:
Last Wiki Answer Submitted:  June 27, 2012  4:45 am  by    0 pts.
Latest Answer Wiki Contributors: 
To see other answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I have a batch script to lock my system. I just want to trigger it when and email arrives for time when I walk away from my pc. The trigger should be a subject and a source. I’ve been researching the agents already so I think that it’s likely the best way to go.

 15 pts.