Add an all day event

W

Wes

I'm trying to write a macro that checks a certain day for a vent and adds a
new event depending on whether a certain other event is on that day.

For example I'd like to add an all day event, for example "Not a holiday" to
a day if there is no event on that day that has the word "Holiday" in it.

This would answer how to do part of a bigger problem I'm trying to solve,
obviously saying "Not a holiday" would really be useless.

Thanks in advance for your help.
 
S

Sue Mosher [MVP-Outlook]

You can use the MAPIFolder.Items.Find or Restrict method to look at the items
 
Top