RecurringType

The RecurringType property returns the type of recurrence pattern.

Applies to

RecurringAppointment, RecurringEvent, and RecurringTask objects

Data Type

Long

Access

Read/write

Remarks

The RecurringType property is required. Use this property to get or set the type of recurrence pattern that applies to an item. Annual events must be a yearly specific recurrence pattern (for example, the tenth day of the fourth month every year).

The RecurringType property can have one of the following values.

Value Description
64 Daily
48 Weekly
12 Monthly (on specified days)
56 Monthly (recurring every nth day of the week, every mth week)
7 Yearly (on specified days)
51 Yearly (recurring every nth day of the month, every mth month)

Depending on the RecurringType value, other properties must be set to correctly define a recurring item, as shown in the following table.

Recurring Type Additional Properties
Daily (64) DayInterval
Weekly (48) WeekInterval
DayOfWeekMask
DayOfWeekStart
Monthly1 (12) MonthInterval
DayOfMonthMask
Monthly2 (56) WeekInterval
DayOfWeekMask
MonthInterval
Yearly1 (7) DayOfMonthMask
YearInterval
MonthOfYearMask
Yearly2 (51) WeekInterval
DayOfWeekMask
YearInterval
MonthOfYearMask

See Also

RecurringAppointments
RecurringEvents
RecurringTasks
Single vs. Recurring Tables