Pop3MessageDataChunkReceivedEventArgsBytesJustReceived Property |
Gets the number of bytes received from the server during the operation which raised the
current event.
Namespace: MailBee.Pop3MailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int BytesJustReceived { get; }
Public ReadOnly Property BytesJustReceived As Integer
Get
Property Value
Type:
Int32The number of bytes received from the server during the operation which raised the
current event.
See Also