Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/29/2010
Specifies the type of recurrence pattern assigned to Tasks, Appointments, Events, and Meetings. This type indicates when and how often the item repeats.
Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
public enum RecurrenceType
'Declaration
Public Enumeration RecurrenceType
Members
| Member name | Description |
|---|---|
| Daily | The item recurs daily. |
| MonthByNumber | The item recurs every n months (for example, every third month). |
| Monthly | The item recurs monthly. |
| NoRecurrence | There is no recurrence. |
| Weekly | The item recurs weekly. |
| YearByNumber | The item recurs every n years (for example, every third year). |
| Yearly | The item recurs yearly. |
Remarks
When you create a recurrence pattern, you must also set its recurrence type.