Using c#, how to extract propertybags created in vb6 sent via MSMQ

421 Views Asked by At

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 via MSMQ?

Should I be using ActiveXMessageFormatter?

Thanks in advance for any help.

0

There are 0 best solutions below