ImapEnvelopeDataChunkReceivedEventArgsBytesJustReceived Property
Gets the number of bytes received from the server during the operation which raised the current event.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public int BytesJustReceived { get; }

Property Value

Type: Int32
The number of bytes received from the server during the operation which raised the current event.
See Also