Share via


OlRecurrenceType (Compact 7)

3/12/2014

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

See Also

Reference

Pocket Outlook Object Model Enumerations
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