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