OlRecurrenceType Enumeration
Specifies the recurrence pattern type.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlRecurrenceType
'Usage
Dim instance As OlRecurrenceType
public enum OlRecurrenceType
Members
Member name | Description | |
---|---|---|
olRecursDaily | Represents a daily recurrence pattern. | |
olRecursWeekly | Represents a weekly recurrence pattern. | |
olRecursMonthly | Represents a monthly recurrence pattern. | |
olRecursMonthNth | Represents a MonthNth recurrence pattern. See RecurrencePattern.Instance property. | |
olRecursYearly | Represents a yearly recurrence pattern. | |
olRecursYearNth | Represents a YearNth recurrence pattern. See RecurrencePattern.Instance property. |
Remarks
Used by the RecurrencePattern.RecurrenceType property of an AppointmentItem to specify the frequency of occurrences of the appointment.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Other Resources
How to: Create a Recurring Appointment That Has a Weekly Pattern