ImapEnvelopeDataChunkReceivedEventArgsBytesJustReceived Property |
Gets the number of bytes received from the server during the operation which raised the
current event.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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