Using c#, how to extract propertybags created in vb6 sent via MSMQ
I have a legacy application written in vb6 which produces MSMQ messages. The body of these MSMQ messages contain PropertyBags
.
My question is: how can I, using C#, retrieve the content of these messages created in vb6, containing propertybags and transmitted开发者_如何学Go via MSMQ?
Should I be using ActiveXMessageFormatter
?
Thanks in advance for any help.
精彩评论