PowerTCP Mail for .NET
SentLength Property




Gets the total length of all message data sent.
Syntax
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();
public:
property int64 SentLength {
   int64 get();
}

Property Value

A long representing the length of all data sent.
Remarks

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.

See Also

Reference

SmtpResult Class
SmtpResult Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic