GetOptions

Gets the hashtable that contains all of the option entries. Hashtable is the .NET Framework class.

Syntax

public Hashtable GetOptions(); 

Parameters

  • None

Results

Returns the hashtable that contains all of the option entries.

Example

Hashtable options = message.GetOptions();