DELIVERY_COUNT field

This property name refers to the number of attempts that have been made so far to deliver the message.

Syntax
Visual Basic
Public Shared DELIVERY_COUNT As String
C#
public const string  DELIVERY_COUNT;
Remarks

The value of this field is ias_DeliveryCount.

You can pass MessageProperties.DELIVERY_COUNT in the QAMessage.GetIntProperty method to access the associated property.

See also