CdoFrequency Enum
Topic Last Modified: 2006-06-13
The CdoFrequency enumeration is used with the Frequency Property exposed by instances of the RecurrencePattern Component Object Model (COM) class to define the frequency of a recurring appointment.
Type Library
Microsoft CDO for Exchange 2000 Library
DLL Implemented In
CDOEX.DLL
Values
| 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. |