4 references to MESSAGE_PROPID_PRIORITY
System.Messaging (4)
System\Messaging\Message.cs (4)
214properties.SetUI1(NativeMethods.MESSAGE_PROPID_PRIORITY, (byte)0); 1353return (MessagePriority)properties.GetUI1(NativeMethods.MESSAGE_PROPID_PRIORITY); 1365properties.Remove(NativeMethods.MESSAGE_PROPID_PRIORITY); 1370properties.SetUI1(NativeMethods.MESSAGE_PROPID_PRIORITY, (byte)value);