Hunny Software Library Reference

FetchResponse.Rfc822 Property

Gets the RFC822 data, if present.

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

Property Value

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

Remarks

The RFC822 data item contains the entire message.

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

See Also

FetchResponse Class | Hunny.Mail Namespace