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