PutOptions

Fügt die neuen Optionseigenschaften zu den aktuellen Optionseigenschaften hinzu.

Syntax

public void PutOptions(Hashtable options) 

Parameter

  • Option: Die neue Option-Hashtabelle, der der aktuellen Option-Hashtabelle hinzugefügt werden soll.

Ergebnisse

Keine.

Beispiel

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