4 references to MESSAGE_PROPID_APPSPECIFIC
System.Messaging (4)
System\Messaging\Message.cs (4)
164
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_APPSPECIFIC
, 0);
393
return properties.GetUI4(NativeMethods.
MESSAGE_PROPID_APPSPECIFIC
);
402
properties.Remove(NativeMethods.
MESSAGE_PROPID_APPSPECIFIC
);
407
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_APPSPECIFIC
, value);