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