cannot find an item according to Categories or Custom property
I have a IPM.post form
I try to find an item according to category and custom property. I use this
in older forms (tasks, callendar) and it works. What is wrong, why dosnt it
work in IPM.POST ?
Set post1= myFolder.Items.find("[custproperty1] = "&chr(34)&SUBJ&chr(34)&"
and [categories] = "&chr(34)&DATM&chr(34)&"")
message: property categories is invalid
IPM.POST contains category, doesnt it ?
|