| Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
The CdoFrequency enumeration is used with the IRecurrencePattern::Frequency property exposed by instances of the RecurrencePattern COM class to define the frequency of a recurring appointment.
| Name | Value | Description |
|---|---|---|
| cdoSecondly | 1 | The event happens once a second. |
| cdoMinutely | 2 | The event happens once a minute. |
| cdoHourly | 3 | The event happens once an hour. |
| cdoDaily | 4 | The event happens once a day. |
| cdoWeekly | 5 | The event happens once a week. |
| cdoMonthly | 6 | The event happens once a month. |
| cdoYearly | 7 | The event happens once a year. |