7 references to MESSAGE_PROPID_BODY_TYPE
System.Messaging (7)
System\Messaging\ActiveXMessageFormatter.cs (3)
262message.properties.SetUI4(NativeMethods.MESSAGE_PROPID_BODY_TYPE, VT_LPWSTR); 275message.properties.SetUI4(NativeMethods.MESSAGE_PROPID_BODY_TYPE, VT_UI1 | VT_VECTOR); 291message.properties.SetUI4(NativeMethods.MESSAGE_PROPID_BODY_TYPE, VT_LPWSTR);
System\Messaging\Message.cs (4)
130properties.SetUI4(NativeMethods.MESSAGE_PROPID_BODY_TYPE, 0); 681properties.Remove(NativeMethods.MESSAGE_PROPID_BODY_TYPE); 710return this.properties.GetUI4(NativeMethods.MESSAGE_PROPID_BODY_TYPE); 715properties.SetUI4(NativeMethods.MESSAGE_PROPID_BODY_TYPE, value);