M
Mike
Hello - I would like to find a unique even that is called when one reads an
Email and also when one replies to an Email.
Suppose I have two forms. I read Form1 and I can click Reply to open Form2.
I noticed that the Read event is called when one opens and reads Form1 but
it is not called on the Reply Form (Form2) when one clicks Reply so that
works great.
However, when one clicks reply on Form1 and Form2 opens, I'm looking for an
event that is called on the Reply form (Form2) that is opened. I don't want
this event to be called on Form1. I don't want it to be called when users
Read a form. Only when they click Reply and it needs to be called on the
Reply form that is opened.
Thanks
Email and also when one replies to an Email.
Suppose I have two forms. I read Form1 and I can click Reply to open Form2.
I noticed that the Read event is called when one opens and reads Form1 but
it is not called on the Reply Form (Form2) when one clicks Reply so that
works great.
However, when one clicks reply on Form1 and Form2 opens, I'm looking for an
event that is called on the Reply form (Form2) that is opened. I don't want
this event to be called on Form1. I don't want it to be called when users
Read a form. Only when they click Reply and it needs to be called on the
Reply form that is opened.
Thanks