SmtpMessageDataChunkSentEventArgsBytesJustSent Property
Gets the number of bytes sent to the server during the operation which raised the current event.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public int BytesJustSent { get; }

Property Value

Type: Int32
The number of bytes sent to the server during the operation which raised the current event.
See Also