SmtpMessageDataChunkSentEventArgsTotalBytesSent Property
Gets the total length (in bytes) of the already sent data of the message currently being sent.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public int TotalBytesSent { get; }

Property Value

Type: Int32
The total length (in bytes) of the already received data of the message currently being sent, including the bytes just sent.
Remarks
If the message is being sent in multiple SMTP sessions (such as to many SMTP MX servers in direct send mode), this value applies to the current SMTP session only. Message data traffic produced during previous SMTP sessions is not counted.
See Also