In The Hand LtdIn The Hand
RecurrenceType Enumeration
NamespacesInTheHand.WindowsMobile.PocketOutlookRecurrenceType
.NET Components for Mobility
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).

HasFlag
Determines whether one or more bit fields are set in the current instance.

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

Equivalent to Microsoft.WindowsMobile.PocketOutlook.RecurrenceType.

Assembly: InTheHand.WindowsMobile.PocketOutlook (Module: InTheHand.WindowsMobile.PocketOutlook) Version: 7.0.0.0