PutOptions

Adds the new option properties to the current option properties.

Syntax

public void putOptions(Map map) 

Parameters

  • The new option map to be added to the current option properties

Example

Map options = new HashMap();
...
message.putOptions(options);