Specifies the type of recurrence pattern assigned to Tasks, Appointments, Events, and Meetings.
This type indicates when and how often the item repeats.
| C# | Visual Basic |
public enum RecurrenceType
Public Enumeration RecurrenceType
| Member | Description |
|---|---|
| NoRecurrence |
There is no recurrence.
|
| Daily |
The item recurs daily.
|
| Weekly |
The item recurs weekly.
|
| Monthly |
The item recurs monthly.
|
| MonthByNumber |
The item recurs every n months (for example, every third month).
|
| Yearly |
The item recurs yearly.
|
| YearByNumber |
The item recurs every n years (for example, every third year).
|
When you create a recurrence pattern, you must also set its recurrence type.
Equivalent to Microsoft.WindowsMobile.PocketOutlook.RecurrenceType.