Gets or sets options value for specified key.

Namespace: Limilabs.Mail.Headers
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
string this[
	string key
] { get; set; }
Visual Basic
Default Property Item ( _
	key As String _
) As String
	Get
	Set
Visual C++
property String^ default[String^ key] {
	String^ get (String^ key);
	void set (String^ key, String^ value);
}

Parameters

key
Type: System..::..String
Key.

Return Value

Options value

See Also