PowerTCP Mail for .NET
Length Property (ProgressEventArgs)




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

Property Value

A long representing the number of bytes in the message.
Remarks

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.

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