Share via


Frequency Property

Frequency Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

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

[Visual Basic]Property Frequency As CdoFrequency

[C++]HRESULT get_Frequency(CdoFrequencypVal);
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.

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.