4 references to MESSAGE_PROPID_DELIVERY
System.Messaging (4)
System\Messaging\Message.cs (4)
184properties.SetUI1(NativeMethods.MESSAGE_PROPID_DELIVERY, (byte)0); 1397return properties.GetUI1(NativeMethods.MESSAGE_PROPID_DELIVERY) == NativeMethods.MESSAGE_DELIVERY_RECOVERABLE; 1406properties.Remove(NativeMethods.MESSAGE_PROPID_DELIVERY); 1411properties.SetUI1(NativeMethods.MESSAGE_PROPID_DELIVERY, (byte)NativeMethods.MESSAGE_DELIVERY_RECOVERABLE);