SetOptions

Overwrites the current option properties with the new option properties.

Syntax

public void SetOptions(Hashtable options) 

Parameters

  • Options - the new option hashtable to replace the current option hashtable

Results

None.

Example

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