Click or drag to resize
MimeKit

HeaderListItem(HeaderId) Property

Get or set the value of the first occurrence of a header with the specified field name.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public string this[
	HeaderId id
] { get; set; }

Parameters

id  HeaderId
The header identifier.

Property Value

String
The value of the first occurrence of the specified header if it exists; otherwise null.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
Remarks
Gets or sets the value of the first occurrence of a header with the specified field name.
See Also