MailBee.NET Objects 4.0

SmtpMessageDataChunkSentEventArgs.DataTotalLength Property

Gets the length (in bytes) of the message data being sent.

public int DataTotalLength {get;}

Property Value

The length (in bytes) of the message data to be sent.

Remarks

The following formula can be used to determine percentage of sending the message data to the SMTP server:

sendProgress = (DataTotalLength * 100) / TotalBytesSent.

See Also

SmtpMessageDataChunkSentEventArgs Class | MailBee.SmtpMail Namespace