3 references to VT_BINARY_OBJECT
System.Messaging (3)
System\Messaging\BinaryMessageFormatter.cs (3)
97
if (variantType !=
VT_BINARY_OBJECT
)
124
if (variantType ==
VT_BINARY_OBJECT
)
145
message.BodyType =
VT_BINARY_OBJECT
;