| HeaderRawValue Property |
Get the raw value of the header.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public byte[] RawValue { get; }
Property Value
ByteThe raw value of the header.
Remarks
Contains the raw value of the header, before any decoding or charset conversion.
See Also