Hunny Software Library Reference

FetchResponse.Rfc822Header Property

Gets the RFC822.HEADER data, if present.

[Visual Basic]
Public ReadOnly Property Rfc822Header As ByteString
[C#]
public Hunny.Base.ByteString Rfc822Header {get;}

Property Value

The content of the RFC822.HEADER data item, if present; otherwise null.

Remarks

The RFC822.HEADER data item contains the entire collection of header fields for the message.

If the response contains no RFC822.HEADER data item, the property's value is null.

See Also

FetchResponse Class | Hunny.Mail Namespace