Skip to content

Commit d7a9b5d

Browse files
authored
Update tagsAll to include PR_CONTAINER_CLASS
Some clients (like Thunderbird) require the FolderClass as they filter out non-mail folders.
1 parent 061aefa commit d7a9b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exch/ews/structures.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2625,7 +2625,7 @@ struct tFolderResponseShape {
26252625
"All" = "all the properties used by the Exchange Business Logic layer", for whatever that means.
26262626
Here, it means tagsDefault + {our extra list}.
26272627
*/
2628-
static constexpr uint32_t tagsAll[] = {PR_PARENT_ENTRYID, PR_CREATION_TIME, PR_LAST_MODIFICATION_TIME, PR_ATTR_HIDDEN, PR_ATTR_READONLY, PR_CONTAINER_FLAGS, PR_RECORD_KEY, PR_STORE_ENTRYID, PR_ACCESS, PR_ACCESS_LEVEL};
2628+
static constexpr uint32_t tagsAll[] = {PR_CONTAINER_CLASS, PR_PARENT_ENTRYID, PR_CREATION_TIME, PR_LAST_MODIFICATION_TIME, PR_ATTR_HIDDEN, PR_ATTR_READONLY, PR_CONTAINER_FLAGS, PR_RECORD_KEY, PR_STORE_ENTRYID, PR_ACCESS, PR_ACCESS_LEVEL};
26292629
static constexpr uint32_t tagsAllRootOnly[] = {PR_IPM_SUBTREE_ENTRYID, PR_SENTMAIL_ENTRYID};
26302630
};
26312631

0 commit comments

Comments
 (0)