Hunny Software Library Reference

FetchResponse.Rfc822Size Property

Gets the RFC822.SIZE data, if present.

[Visual Basic]
Public ReadOnly Property Rfc822Size As Long
[C#]
public long Rfc822Size {get;}

Property Value

The value of the RFC822.SIZE data item, if present; otherwise 0.

Remarks

The RFC822.SIZE data item contains the size of the message in bytes.

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

See Also

FetchResponse Class | Hunny.Mail Namespace