Gets or set header value for specified header keys. Updates listener for that key.
Namespace: Limilabs.Mail.HeadersAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public string this[ string key ] { get; set; } |
| Visual Basic |
|---|
Public Default Property Item ( _ key As String _ ) As String Get Set |
| Visual C++ |
|---|
public: property String^ default[String^ key] { String^ get (String^ key); void set (String^ key, String^ value); } |
Parameters
- key
- Type: System..::..String
Header key.