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

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere .NET API Reference » iAnywhere.QAnywhere.Client namespace (.NET 1.0) » QAMessage interface

InReplyToID property Next Page

MessageID property


The globally unique message id of the message.

Syntax

Visual Basic
Public Readonly Property MessageID As String

C#
public string MessageID {get;}

Remarks

This property is null until a message is put.

When a message is sent using QAManagerBase.PutMessage, the MessageID is null and can be ignored. When the send method returns, it contains an assigned value.

For more information about getting and setting message headers and properties, see Message headers and message properties.

See also