Gets or sets the value of parameter at the specified index.
Namespace:
Rebex.Mime.Headers
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
| Visual Basic |
|---|
Public Default Property Item ( _ name As String _ ) As String Get Set |
| C# |
|---|
public string this[ string name ] { get; set; } |
Parameters
- name
- Type: System..::..String
The name of parameter whose value to get or set.