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 (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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