RecurrencePattern Members
Include Protected Members
Include Inherited Members
Represents the pattern of incidence of recurring appointments and tasks for the associated AppointmentItem and TaskItem object.
The RecurrencePattern type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the parent Outlook application for the object. Read-only. | |
Class | Returns an OlObjectClass constant indicating the object's class. Read-only. | |
DayOfMonth | Returns or sets an Integer (int in C#) value indicating the day of the month on which the recurring appointment or task occurs. Read/write. | |
DayOfWeekMask | Returns or sets an OlDaysOfWeek constant representing the mask for the days of the week on which the recurring appointment or task occurs. Read/write. | |
Duration | Returns or sets an Integer (int in C#) value indicating the duration (in minutes) of the RecurrencePattern. Read/write. | |
EndTime | Returns or sets a DateTime indicating the end time for a recurrence pattern. Read/write. | |
Exceptions | Returns the Exceptions collection for a specified series of recurring appointments. Read-only. | |
Instance | Returns or sets an Integer (int in C#) value specifying the count for which the recurrence pattern is valid for a given interval. Read/write. | |
Interval | Returns or sets an Integer (int in C#) value specifying the number of units of a given recurrence type between occurrences. Read/write. | |
MonthOfYear | Returns or sets an Integer (int in C#) value indicating which month of the year is valid for the specified recurrence pattern. Read/write. | |
NoEndDate | Returns a Boolean (bool in C#) value that indicates True if the recurrence pattern has no end date. Read/write. | |
Occurrences | Returns or sets an Integer (int in C#) value indicating the number of occurrences of the recurrence pattern. Read/write. | |
Parent | Returns the parent Object of the specified object. Read-only. | |
PatternEndDate | Returns or sets a DateTime indicating the end date for the recurrence pattern. Read/write. | |
PatternStartDate | Returns or sets a DateTime indicating the start date for the recurrence pattern. Read/write. | |
RecurrenceType | Returns or sets an OlRecurrenceType constant specifying the frequency of occurrences for the recurrence pattern. Read/write. | |
Regenerate | Returns a Boolean (bool in C#) that indicates True if the task should be regenerated following this pass through the recurrence pattern. Read/write. | |
Session | Returns the NameSpace object for the current session. Read-only. | |
StartTime | Returns or sets a DateTime indicating the start time for a recurrence pattern. Read/write. |
Top
Methods
Name | Description | |
---|---|---|
GetOccurrence | Returns a specific instance of the AppointmentItem object on the specified date. |
Top