| 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; }
Default Property Item (
key As String
) As String
Get
Set
property String^ default[String^ key] {
String^ get (String^ key);
void set (String^ key, String^ value);
}
abstract Item : string with get, set
Parameters
- key
- Type: SystemString
Options key.
Return Value
Type:
StringOptions value.
See Also