PutOptions

Adds the new option properties to the current option properties.

Syntax

public void PutOptions(Hashtable options) 

Parameters

  • Option - the new option hashtable to be added to the current option hashtable

Results

None.

Example

//Hastable is the .NET Framework class 
Hashtable options = new Hashtable(); 
// more code 
message.PutOptions(options);