Skip to content

Commit 1755205

Browse files
committed
ews: add NtMeetingType and NtPrivate to namedtags
1 parent 7b00131 commit 1755205

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exch/ews/namedtags.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// Follow the order in mapitags.hpp
1010
static const PROPERTY_NAME NtGlobalObjectId = {MNID_ID, PSETID_Meeting, PidLidGlobalObjectId};
1111
static const PROPERTY_NAME NtCleanGlobalObjectId = {MNID_ID, PSETID_Meeting, PidLidCleanGlobalObjectId};
12+
static const PROPERTY_NAME NtMeetingType = {MNID_ID, PSETID_Meeting, PidLidMeetingType};
1213
static const PROPERTY_NAME NtCategories = {MNID_STRING, PS_PUBLIC_STRINGS, 0, deconst("Keywords")};
1314

1415
/* PSETID_Address */
@@ -66,6 +67,7 @@ static const PROPERTY_NAME NtAppointmentTimeZoneDefinitionEndDisplay = {MNID_ID,
6667
static const PROPERTY_NAME NtReminderDelta = {MNID_ID, PSETID_Common, PidLidReminderDelta};
6768
static const PROPERTY_NAME NtReminderTime = {MNID_ID, PSETID_Common, PidLidReminderTime};
6869
static const PROPERTY_NAME NtReminderSet = {MNID_ID, PSETID_Common, PidLidReminderSet};
70+
static const PROPERTY_NAME NtPrivate = {MNID_ID, PSETID_Common, PidLidPrivate};
6971
static const PROPERTY_NAME NtCommonStart = {MNID_ID, PSETID_Common, PidLidCommonStart};
7072
static const PROPERTY_NAME NtCommonEnd = {MNID_ID, PSETID_Common, PidLidCommonEnd};
7173
static const PROPERTY_NAME NtMileage = {MNID_ID, PSETID_Common, PidLidMileage};

0 commit comments

Comments
 (0)