Share via


Frequency Property

Topic Last Modified: 2006-06-13

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

Applies To

IRecurrencePattern Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property Frequency As CdoFrequency
HRESULT get_Frequency(CdoFrequency* pVal);HRESULT put_Frequency(CdoFrequency Val);

Parameters

  • pVal
    Returns the value of the Frequency property as a reference to a CdoFrequency Enum.
  • Val
    Sets the value of the Frequency property to the value of the CdoFrequency Enum.

Remarks

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

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.

*Multiple instances in a single day may not be supported by your mail client.

Note

Collaboration Data Objects (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.