OlRecurrenceType

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

The OlRecurrenceType enumeration identifies the type of Recurrence Pattern assigned to Appointments and Tasks.

Syntax

enum OlRecurrenceType {
  olRecursOnce     = -1,
  olRecursDaily    = 0,
  olRecursWeekly   = 1,
  olRecursMonthly  = 2,
  olRecursMonthNth = 3,
  olRecursYearly   = 5,
  olRecursYearNth  = 6
};

Elements

  • olRecursOnce
    The appointment occurs only once.
  • olRecursDaily
    The appointment recurs daily.
  • olRecursWeekly
    The appointment recurs weekly.
  • olRecursMonthly
    The appointment recurs monthly.
  • olRecursMonthNth
    The appointment recurs every nth month.
  • olRecursYearly
    The appointment recurs yearly.
  • olRecursYearNth
    The appointment recurs every nth year.

Requirements

Header pimstore.h
Library Pimstore.lib
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2000 and later, Smartphone 2002 and later

See Also

Tasks

Creating a Recurring Appointment

Reference

Pocket Outlook Object Model Interfaces
IRecurrencePattern::put_RecurrenceType
IRecurrencePattern::get_RecurrenceType
IRecurrencePattern::put_Instance
IRecurrencePattern::get_Instance
IRecurrencePattern::put_Interval
IRecurrencePattern::get_Interval
IAppointment::get_Duration

Other Resources

Pocket Outlook Object Model Enumerations