Hi Ken,
Thanks for the reply. I have checked the redemption website. The examples
showed is actually about the item in folder.
For example:
Dim utils, oItem, PrDate , Date
Set utils = CreateObject("Redemption.MAPIUtils")
Set oItem = Outlook.session.GetDefaultFolder(olFolderContacts).Items(1)
'This is the line that point to contact item in contact folder
PrDate = &H30080040
Date= utils.HrGetOneProp(oItem.MAPIOBJECT, PrDate )
MsgBox Date
How about the folder last modification using Redemption.MAPIUtils? I am
getting it right?