View Single Post
  #4  
Old February 7th 06, 11:22 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Eliminating Weekends Programmatically in Recurring Appointment

If you set DayofWeekMask you have to use olRecursWeekly. That's how it
works, despite the documentation in Help.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"clarkel" wrote in message
...
I may have done something wrong wth the olRecursDaily and DayofWeekMask
combination since I cud not get it to work together.

Even though I was working with an event originally defined as daily
recurrence, I chanced changing the olRecursDaily flag to olRecursWeekly
(with
all other parameters held the same) then the DayofWeekMask worked as
desired
in the several test cases I ran.

Appreciate the input.


Ads