Gets the length (in bytes) of the message data being sent.
The length (in bytes) of the message data to be sent.
The following formula can be used to determine percentage of sending the message data to the SMTP server:
sendProgress = (DataTotalLength * 100) / TotalBytesSent.
SmtpMessageDataChunkSentEventArgs Class | MailBee.SmtpMail Namespace