4 references to MESSAGE_PROPID_ACKNOWLEDGE
System.Messaging (4)
System\Messaging\Message.cs (4)
119
properties.SetUI1(NativeMethods.
MESSAGE_PROPID_ACKNOWLEDGE
, (byte)0);
299
return (AcknowledgeTypes)this.properties.GetUI1(NativeMethods.
MESSAGE_PROPID_ACKNOWLEDGE
);
308
properties.Remove(NativeMethods.
MESSAGE_PROPID_ACKNOWLEDGE
);
313
this.properties.SetUI1(NativeMethods.
MESSAGE_PROPID_ACKNOWLEDGE
, (byte)value);