PidLidRecurrenceType Canonical Property
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Specifies the recurrence type of the recurring series.
Associated properties: |
dispidRecurType |
Property set: |
PSETID_Appointment |
Long ID (LID): |
0x00008231 |
Data type: |
PT_LONG |
Area: |
Calendar |
Remarks
This property specifies the recurrence type of the recurring series by using one of the values listed below.
Status |
Value |
Description |
---|---|---|
rectypeNone |
0 |
A single instance appointment. |
rectypeDaily |
1 |
A daily recurrence pattern. |
rectypeWeekly |
2 |
A weekly recurrence pattern. |
rectypeMonthly |
3 |
A monthly recurrence pattern. |
rectypeYearly |
4 |
A yearly recurrence pattern. |
Related Resources
Protocol Specifications
[MS-OXPROPS]
Provides property set definitions and references to related Exchange Server protocol specifications.[MS-OXOCAL]
Specifies the properties and operations for appointment, meeting request, and response messages.
Header Files
- Mapidefs.h
Provides data type definitions.