|
9 | 9 | // Follow the order in mapitags.hpp |
10 | 10 | static const PROPERTY_NAME NtGlobalObjectId = {MNID_ID, PSETID_Meeting, PidLidGlobalObjectId}; |
11 | 11 | static const PROPERTY_NAME NtCleanGlobalObjectId = {MNID_ID, PSETID_Meeting, PidLidCleanGlobalObjectId}; |
| 12 | +static const PROPERTY_NAME NtMeetingType = {MNID_ID, PSETID_Meeting, PidLidMeetingType}; |
12 | 13 | static const PROPERTY_NAME NtCategories = {MNID_STRING, PS_PUBLIC_STRINGS, 0, deconst("Keywords")}; |
13 | 14 |
|
14 | 15 | /* PSETID_Address */ |
@@ -66,6 +67,7 @@ static const PROPERTY_NAME NtAppointmentTimeZoneDefinitionEndDisplay = {MNID_ID, |
66 | 67 | static const PROPERTY_NAME NtReminderDelta = {MNID_ID, PSETID_Common, PidLidReminderDelta}; |
67 | 68 | static const PROPERTY_NAME NtReminderTime = {MNID_ID, PSETID_Common, PidLidReminderTime}; |
68 | 69 | static const PROPERTY_NAME NtReminderSet = {MNID_ID, PSETID_Common, PidLidReminderSet}; |
| 70 | +static const PROPERTY_NAME NtPrivate = {MNID_ID, PSETID_Common, PidLidPrivate}; |
69 | 71 | static const PROPERTY_NAME NtCommonStart = {MNID_ID, PSETID_Common, PidLidCommonStart}; |
70 | 72 | static const PROPERTY_NAME NtCommonEnd = {MNID_ID, PSETID_Common, PidLidCommonEnd}; |
71 | 73 | static const PROPERTY_NAME NtMileage = {MNID_ID, PSETID_Common, PidLidMileage}; |
|
0 commit comments