From 8269f958d561e738c8faa4a47027b630465abdbd Mon Sep 17 00:00:00 2001 From: Alex MacCuish Date: Wed, 29 Oct 2025 19:16:54 +0000 Subject: [PATCH] ews: correct spello in "archive" enum name ``` [ews#156] Error: "archive" is not one of ["calendar", ..., "important", "starred", "archiv"] ``` References: GXF-2362 --- exch/ews/enums.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exch/ews/enums.hpp b/exch/ews/enums.hpp index b1a8d581f..cb86a8c05 100644 --- a/exch/ews/enums.hpp +++ b/exch/ews/enums.hpp @@ -345,7 +345,7 @@ struct Enum { STR(adminauditlogs); STR(allcategorizeditems); STR(alltaggeditems); - STR(archiv); + STR(archive); STR(archivedeleteditems); STR(archiveinbox); STR(archivemsgfolderroot); @@ -428,7 +428,7 @@ struct Enum { using DayOfWeekIndexType = StrEnum; ///; ///< Types.xsd:1255 using DisposalType = StrEnum; ///< Types.xsd:1321 - using DistinguishedFolderIdNameType = StrEnum; //Types.xsd:1768 + using DistinguishedFolderIdNameType = StrEnum; //Types.xsd:1768 using DistinguishedPropertySetType = StrEnum; ///< Types.xsd:1040 using DistinguishedUserType = StrEnum; ///< Types.xsd:6732 using EmailAddressKeyType = StrEnum; ///< Types.xsd:5205