Skip to content

Commit ad84c9f

Browse files
amaccuishjengelh
authored andcommitted
ews: include PR_CONTAINER_CLASS in tFolderResponseShape
Some clients (like Thunderbird) require the FolderClass as they filter out non-mail folders. References: GXF-2362
1 parent 1e77826 commit ad84c9f

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
@@ -2648,7 +2648,7 @@ struct tFolderResponseShape {
26482648
"All" = "all the properties used by the Exchange Business Logic layer", for whatever that means.
26492649
Here, it means tagsDefault + {our extra list}.
26502650
*/
2651-
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};
2651+
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};
26522652
static constexpr uint32_t tagsAllRootOnly[] = {PR_IPM_SUBTREE_ENTRYID, PR_SENTMAIL_ENTRYID};
26532653
};
26542654

0 commit comments

Comments
 (0)