Hunny Software Library Reference

FetchResponse.Rfc822Text Property

Gets the RFC822.TEXT data, if present.

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

Property Value

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

Remarks

The RFC822.TEXT data item contains the entire body of the message.

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

See Also

FetchResponse Class | Hunny.Mail Namespace