Dart.Mail Namespace > SmtpResult Class : SentLength Property |
Public ReadOnly Property SentLength As Long
Dim instance As SmtpResult Dim value As Long value = instance.SentLength
public long SentLength {get;}
public: __property long get_SentLength();
After the message is sent, check this property to see the number of bytes of data sent.
This data is also accessible via the Smtp.Progress event when the send is completed.