PowerTCP Mail for .NET
Position Property




The position within the message data.
Syntax
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();
public:
property int64 Position {
   int64 get();
}

Property Value

A long representing the current position within the message data.
Remarks

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.

See Also

Reference

ProgressEventArgs Class
ProgressEventArgs Members


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