Yes, I am tracking the time the email message was viewed.
Please let me know how do I trigger the Item_Close event for all the email message windows.
Thanks,
Thank you for response.
I am uploading the email message related data to a database like email received time etc.
With my code the MyItem changes every time I open an email from outlook. And the last email message opened is myItem. So when I close the last email message the Item_close get...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.