J
joedowns
I'm trying to programatically create a recurrence on an appointment
that is daily but only on weekdays. I would have thought it would be
done by setting (on the RecurrencePattern object for the appointment)
the RecurrenceType to olRecursDaily, the Interval to 1 and setting the
DayOfWeekMask property to the bitwise combination of the olMonday
through olFriday values. However I get an error when trying to set the
DayOfWeekMask property which is:
"The property for the recurrence type is not valid. Verify your code."
Any ideas?
- Joe
that is daily but only on weekdays. I would have thought it would be
done by setting (on the RecurrencePattern object for the appointment)
the RecurrenceType to olRecursDaily, the Interval to 1 and setting the
DayOfWeekMask property to the bitwise combination of the olMonday
through olFriday values. However I get an error when trying to set the
DayOfWeekMask property which is:
"The property for the recurrence type is not valid. Verify your code."
Any ideas?
- Joe