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

Public property

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only.

Public property

Class

Returns an OlObjectClass constant indicating the object's class. Read-only.

Public property

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.

Public property

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.

Public property

Duration

Returns or sets an Integer (int in C#) value indicating the duration (in minutes) of the RecurrencePattern. Read/write.

Public property

EndTime

Returns or sets a Date indicating the end time for a recurrence pattern. Read/write.

Public property

Exceptions

Returns the Exceptions collection for a specified series of recurring appointments. Read-only.

Public property

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.

Public property

Interval

Returns or sets an Integer (int in C#) value specifying the number of units of a given recurrence type between occurrences. For example, setting the Interval property to 2 and the RecurrenceType property to Weekly would cause the pattern to occur every second week. Read/write.

Public property

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.

Public property

NoEndDate

Returns a Boolean value (bool in C#) that indicates True if the recurrence pattern has no end date. Read/write.

Public property

Occurrences

Returns or sets an Integer (int in C#) value indicating the number of occurrences of the recurrence pattern. Read/write.

Public property

Parent

Returns the parent Object of the specified object. Read-only.

Public property

PatternEndDate

Returns or sets a Date indicating the end date for the recurrence pattern. Read/write.

Public property

PatternStartDate

Returns or sets a Date indicating the start date for the recurrence pattern. Read/write.

Public property

RecurrenceType

Returns or sets an OlRecurrenceType constant specifying the frequency of occurrences for the recurrence pattern. Read/write.

Public property

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.

Public property

Session

Returns the NameSpace object for the current session. Read-only.

Public property

StartTime

Returns or sets a Date indicating the start time for a recurrence pattern. Read/write.

Top

Methods

 

Name

Description

Public method

GetOccurrence

Returns a specific instance of the AppointmentItem object on the specified date.

Top

See Also

Reference

RecurrencePattern Interface

Microsoft.Office.Interop.Outlook Namespace