PutOptions

新しいオプション プロパティを現在のオプション プロパティに追加します。

構文

public void PutOptions(Hashtable options) 

パラメータ

  • Option - 現在のオプション ハッシュテーブルに追加する新たなオプション ハッシュテーブル。

結果

なし

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