P
Pat Curran
Hi;
My app uses the following code to search by subject:
Some of my items will have the same subject, but be on different days. How
can I search for an item by subject and by date?
Thanks
Pat
My app uses the following code to search by subject:
myFind = myFolder.Items.Find(;
"[Subject] = '" + "This is my new title in Calendar" + "'")
if not type("myFind")= 'L'
myFind.delete()
myItem.Subject = "This is my replaced title in Calendar"
endif
myItem.save()
Some of my items will have the same subject, but be on different days. How
can I search for an item by subject and by date?
Thanks
Pat