setShortProperty procedure

Sets a short message property.

Syntax

PROCEDURE setShortProperty.
DEFINE INPUT PARAMETER propertyName AS CHARACTER.
DEFINE INPUT PARAMETER propertyValue AS INTEGER.

Applies to

Message objects

Notes

The server returns a NumberFormatException message for a value overflow.

See also

clearProperties procedure

For more information, see the Accessing message properties.