setLongStoreProperty method

Syntax
void QAManagerBase.setLongStoreProperty(
  String name,
  long value
)
throws QAException
Parameters
  • name   The pre-defined or custom property name.

  • value   The long property value.

Throws
  • Thrown if there is a problem setting the message store property.

Remarks

Sets a pre-defined or custom message store property to a long value.

You can use this method to set pre-defined or user-defined client store properties.

For a list of pre-defined properties, see MessageStoreProperties interface.

See Also

MessageStoreProperties interface