Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » QAnywhere » QAnywhere API Reference » QAnywhere .NET API reference » iAnywhere.QAnywhere.Client namespace (.NET 2.0) » MessageProperties class

 

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