J
Joe
Hi
Is it possible to search on the subject field as you would
on the sender name?
Set myItem = myItems.Find("[SenderName] = 'Bob Smith'")
I am trying to find items with the subject starting Fax
received with the code below.
Set myItem = myItems.Find("[Subject] = 'Fax received*'")
Anyone point me in the right direction.
Thanks
Joe
Is it possible to search on the subject field as you would
on the sender name?
Set myItem = myItems.Find("[SenderName] = 'Bob Smith'")
I am trying to find items with the subject starting Fax
received with the code below.
Set myItem = myItems.Find("[Subject] = 'Fax received*'")
Anyone point me in the right direction.
Thanks
Joe