In The Hand - .NET Components for Mobility
RecurrenceType Enumeration
NamespacesInTheHand.WindowsMobile.PocketOutlookRecurrenceType
Recurrence Specifies the type of recurrence pattern assigned to Tasks, Appointments, Events, and Meetings. This type indicates when and how often the item repeats.
Declaration Syntax
C#Visual Basic
public enum RecurrenceType
Public Enumeration RecurrenceType
Members
MemberDescription
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).

Remarks
When you create a recurrence pattern, you must also set its recurrence type.

Equivalent to Microsoft.WindowsMobile.PocketOutlook.RecurrenceType.

Assembly: InTheHand.WindowsMobile (Module: InTheHand.WindowsMobile) Version: 3.2.0.0