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