Dart.Mail Namespace > ProgressEventArgs Class : Position Property |
Public ReadOnly Property Position As Long
Dim instance As ProgressEventArgs Dim value As Long value = instance.Position
public long Position {get;}
public: __property long get_Position();
This value represents the position within the retrieved message at the time the Progress event is raised. Position divided by Length gives the percentage complete.
Position equals Length when all data has been transferred.