item_close

  1. I

    Identify Number of email messages opened

    Hi, I am trying to identify the number of email messages opened by a user. I am using "Application_ItemLoad" event to assign myitem as opened email message. Private Sub Application_ItemLoad(ByVal item As Object) If item.Class = olMail Then Set myItem = item End If End Sub...
Back
Top