Item_Read() Event

  • Thread starter Thread starter Nick
  • Start date Start date
N

Nick

I would like to record the date, time, and username of a person who
reads a custom form that was sent to a public folder for audit trail
purposes.

Am I able to set fields in the message during the Item_Read() event --
forinstance, do If read by is null then record username?

Please advise, I am new at this any helpful code would be appretiated.
 
You can put code in the Item_Read event in the form but any code in
the form would prevent the form from being read in the preview pane.




Nick said:
I would like to record the date, time, and username of a person who
reads a custom form that was sent to a public folder for audit trail
purposes.

Am I able to set fields in the message during the Item_Read() event --
forinstance, do If read by is null then record username?

Please advise, I am new at this any helpful code would be
appretiated.
 
Back
Top