OlRecurrenceType Enum

Definition

Specifies the recurrence pattern type.

public enum class OlRecurrenceType
public enum OlRecurrenceType
Public Enum OlRecurrenceType
Inheritance
OlRecurrenceType

Fields

olRecursDaily 0

Represents a daily recurrence pattern.

olRecursMonthly 2

Represents a monthly recurrence pattern.

olRecursMonthNth 3

Represents a MonthNth recurrence pattern. See Instance property.

olRecursWeekly 1

Represents a weekly recurrence pattern.

olRecursYearly 5

Represents a yearly recurrence pattern.

olRecursYearNth 6

Represents a YearNth recurrence pattern. See Instance property.

Remarks

Used by the RecurrenceType property of an AppointmentItem to specify the frequency of occurrences of the appointment.

Applies to