-
Topic
-
Hi
I’m creating an applet that will detect a Reply or Forward event and respond to it. I’m using the Application level Integrations of ItemForward, ItemForwardFlat and ItemReplyItemOpen
The reason for using these is that I want to know what type of Reply (Sender/All/incl Msg) or Forward (Attached/Flat) the user wanted.
The detection seems to be working fine.
If the incoming email meets certain criteria I ask the user if they want to ‘log’ the email. if they do then I cancel the Groupwsie event and handle the Reply/Forward via a VB app instead.
If the user doesn’t want to ‘log’ the email then they should just get a normal Reply/Forward message to work with.
My problem is that the Reply and Forward events are firing twice.
This doesn’t matter if the CancelGroupwiseEvent is run as apparently it takes out both occurences (?), however of the user replies No to the ‘log’ question then the applet is triggered a second time and they get asked again!
Is two occurences of these events normal? If so how do I stop the second one, or at least tell I am in the second one?
Thanks
Simon
- You must be logged in to reply to this topic.