Dart.Mail Namespace > ProgressEventArgs Class : Length Property |
Public ReadOnly Property Length As Long
Dim instance As ProgressEventArgs Dim value As Long value = instance.Length
public long Length {get;}
public: __property long get_Length();
This value represents the total number of bytes in the retrieved message. Position divided by Length gives the percentage complete.
Position equals Length when all data has been transferred.