Platform SDK: Exchange 2000 Server

Frequency Property

[This is preliminary documentation and subject to change.]

The frequency of the recurring appointment, such as daily or weekly.

[Visual Basic,VBScript]
Property Frequency As CdoFrequency
[C++]
HRESULT get_Frequency(CdoFrequency* pVal);
HRESULT put_Frequency(CdoFrequency Val);
[IDL]
HRESULT [propget] Frequency([out,retval] CdoFrequency* pVal);
HRESULT [proput] Frequency([in] CdoFrequency Val);

Remarks

The CdoFrequency enumeration is provided for use with this property and is as follows:

Name Value Description
cdoFrequencySecondly 1 The event happens once a second.
cdoFrequencyMinutely 2 The event happens once a minute.
cdoFrequencyHourly 3 The event happens once an hour.
cdoFrequencyDaily 4 The event happens once a day.
cdoFrequencyWeekly 5 The event happens once a week.
cdoFrequencyMonthly 6 The event happens once a month.
cdoFrequencyYearly 7 The event happens once a year.

Note   CDO supports a maximum of 10 instances in a single day. If the Frequency value is minutely or secondly, the instances are only expanded for the first day of the pattern.