Pop3MessageDataChunkReceivedEventArgsTotalBytesReceived Property
Gets the total length (in bytes) of the already received data of the message currently being downloaded.

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

Property Value

Type: Int32
The total length (in bytes) of the already received data of the message currently being downloaded, including the bytes just received.
See Also