MSMQ BodyType Integer Allocation
Asked Answered
B

2

3

I couldn't find anything about the BodyType-Property (beside the MSDN), especially nothing about the meaning of each integer. So I created messages with BodyTypes = 0...1000 and wrote down the result into an Excel-sheet. I hope this is helpful for someone.

Busyness answered 8/8, 2013 at 19:52 Comment(0)
B
5

MSMQ BodyType Integer Allocation

Maybe there are even more BodyTypes and someone could add them

Busyness answered 8/8, 2013 at 19:52 Comment(1)
I read somewhere that if a Message has a BodyType of VT_EMPTY but the Body has content, then it's parsed as a byte[] exactly as if it were of type VT_ARRAY | VT_UI1Baese
S
0

Even though the question and answer are two years old, it sometimes helps to dig through the C++ documentation when dealing with obscure MS API's. This is no exception.

PROPID_M_BODY_TYPE

Describes the body types, and what the body should contain.

What continues to be unclear to me is weather these values should have custom values when creating a custom format handler.

Spermaceti answered 6/12, 2015 at 1:54 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.