ImapEnvelopeDataChunkReceivedEventArgsTotalBytesReceived Property
Gets the total length (in bytes) of the already received data of the series of FETCH responses currently being downloaded.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public int TotalBytesReceived { get; }

Property Value

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