SmtpMessageDataChunkSentEventArgsTotalBytesSent Property |
Gets the total length (in bytes) of the already sent data of the message currently
being sent.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int TotalBytesSent { get; }
Public ReadOnly Property TotalBytesSent As Integer
Get
Property Value
Type:
Int32The 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