Compartilhar via


OlRecurrenceType

Windows Mobile SupportedWindows Embedded CE Supported

9/8/2008

The OlRecurrenceType enumeração identifica o tipo de Recurrence Pattern atribuída a Compromissos e MapVirtualKey. Tarefas.

Syntax

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

Elements

  • olRecursOnce
    O compromisso ocorre somente uma vez.
  • olRecursDaily
    O compromisso é recorrente diariamente.
  • olRecursWeekly
    O compromisso é recorrente semanal.
  • olRecursMonthly
    O compromisso recorrência mensal.
  • olRecursMonthNth
    O compromisso é recorrente mensalmente ' enésimo '.
  • olRecursYearly
    O compromisso é recorrente anualmente.
  • olRecursYearNth
    O compromisso é recorrente cada ' enésimo ' ano.

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