| HeaderListItem(HeaderId) Property |
Get or set the value of the first occurrence of a header
with the specified field name.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public string this[
HeaderId id
] { get; set; }
Parameters
- id HeaderId
- The header identifier.
Property Value
StringThe value of the first occurrence of the specified header if it exists; otherwise
null.
Exceptions Remarks
Gets or sets the value of the first occurrence of a header
with the specified field name.
See Also