Returns or sets the recurrence frequency for an Appointment or Task.
| C# | Visual Basic |
public RecurrenceType RecurrenceType { get; set; }
Public Property RecurrenceType As RecurrenceType Get Set
Member of the RecurrenceType enumeration.
When you set up a recurrence, you must set this property first.
The value of the RecurrenceType property determines whether you set the following properties. You must set the RecurrenceType property before setting any of these properties.
| Property | Valid for RecurrenceType |
|---|---|
| Interval | Daily, Monthly, MonthByNumber, Weekly |
| DaysOfWeekMask | MonthByNumber, Weekly, YearByNumber |
| DayOfMonth | Monthly, Yearly |
| Instance | MonthByNumber, YearByNumber |
| MonthOfYear | Yearly, YearByNumber |