Click or drag to resize

IContentDispositionItem Property

Gets or sets options value for specified key.

Namespace:  Limilabs.Mail.Headers
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
string this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
Options key.

Return Value

Type: String
Options value.
See Also