2 references to MESSAGE_DELIVERY_RECOVERABLE
System.Messaging (2)
System\Messaging\Message.cs (2)
1397
return properties.GetUI1(NativeMethods.MESSAGE_PROPID_DELIVERY) == NativeMethods.
MESSAGE_DELIVERY_RECOVERABLE
;
1411
properties.SetUI1(NativeMethods.MESSAGE_PROPID_DELIVERY, (byte)NativeMethods.
MESSAGE_DELIVERY_RECOVERABLE
);