search appointmentitem

M

masterphilch

hi

Is it possible to search an AppointmentItem that contains f.e. the Wort
"test"(within others) in the subject?

thx
 
M

Michael Bauer

Hi,

you can loop through the Folder.Items by "For Each" and search with the
Like-Operator.
 
Top