Pop3MessageDataChunkReceivedEventArgsTotalBytesReceived Property |
Gets the total length (in bytes) of the already received data of the message currently
being downloaded.
Namespace: MailBee.Pop3MailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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