Pop3MessageDataChunkReceivedEventArgsTotalBytesReceived Property |
Gets the total length (in bytes) of the already received data of the message currently
being downloaded.
Namespace: MailBee.Pop3MailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int TotalBytesReceived { get; }
Public ReadOnly Property TotalBytesReceived As Integer
Get
Property Value
Type:
Int32The total length (in bytes) of the already received data of the message currently
being downloaded, including the bytes just received.
See Also