TRANSMISSION_STATUS field

This property name refers to the current transmission status of the message.

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

For a list of property values, see StatusCodes enumeration.

The value of this field is ias_TransmissionStatus.

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

See also