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

SQL Anywhere 12.0.0 » QAnywhere » QAnywhere reference » Server management request reference » Server management request parent tags

 

Condition tag

Use the following condition subtags to filter the messages to include in the MessageDetailsRequest. You can specify as many of these tags as you want in the <condition> tag. If you use more than one of the same tag, then the values given are logically ORed together, whereas if you use two different tags, the values are logically ANDed together.

<condition> subtags Description

<address>

Selects messages that are addressed to the specified address.

<archived>

Returns the details of messages in the archive message store.

<customRule>

Selects messages based on rules.

<kind>

Filters either binary or text messages. For example, <kind>text</kind> filters text messages, and <kind>binary</kind> filters binary messages.

<messageId>

Selects the message with a particular message ID.

<originator>

Selects messages that originated from the specified client.

<priority>

Selects messages that currently have the priority specified.

<property>

Selects messages that have the specified message property. To check a property name and value, use the syntax <property>property-name=property-value</property>. To check the existence of a property, use the format <property>property-name</property>.

<status>

Selects messages that currently have the status specified.