| RecurrenceType | Properties | Example | 
|  | 
| olRecursDaily (one or the other property is required, not both) | Interval | Every N days | 
|  | DayOfWeekMask | Every Tuesday, Wednesday, and Thursday | 
| olRecursMonthly | Interval | Every N months | 
|  | DayOfMonth | The Nth day of the month | 
| olRecursMonthlyNth | Interval | Every N months | 
|  | Instance | The Nth Tuesday | 
|  | DayOfWeekMask | Every Tuesday and Wednesday | 
| olRecursWeekly | Interval | Every N weeks | 
|  | DayOfWeekMask | Every Tuesday, Wednesday, and Thursday | 
| olRecursYearly | DayOfMonth | The Nth day of the month | 
|  | MonthOfYear | February | 
| olRecursYearlyNth | Instance | The Nth Tuesday | 
|  | DayOfWeekMask | Tuesday, Wednesday, Thursday | 
|  | MonthOfYear | February |