|
|
Question : How to determine the Last Accessed Time of a Public Folder item.
|
|
All,
Is there a way to determine the Last Accessed time of a Public Folder item? Not the Public Folder itself, but the items that are contained within that Public Folder (IPM.x) items. I am currently unable to find a way to retreive this property, if it exists.
Thanks in advance for any replies!
-Mitch
|
Answer : How to determine the Last Accessed Time of a Public Folder item.
|
|
I don't think there is such a property. Even if you were to create a C++ app that accessed extended MAPI attributes, I just don't think its there. You've got your modified and created attributes, but I've never seen one for Accessed. Check out this MAPI property reference for all the attributes you can access about a message: http://msdn2.microsoft.com/en-us/library/ms529939(VS.85).aspx
|
|
|
|