6 references to VT_UI1
System.Messaging (6)
System\Messaging\ActiveXMessageFormatter.cs (6)
70
variantType != VT_I1 && variantType !=
VT_UI1
&&
77
variantType != (VT_VECTOR |
VT_UI1
) &&
148
case VT_VECTOR |
VT_UI1
:
179
case
VT_UI1
:
275
message.properties.SetUI4(NativeMethods.MESSAGE_PROPID_BODY_TYPE,
VT_UI1
| VT_VECTOR);
298
variantType =
VT_UI1
;