PowerTCP Mail for .NET
Final Property




Returns true the last time a Progress event is raised for a given message.
Syntax
Public ReadOnly Property Final As Boolean
Dim instance As ProgressEventArgs
Dim value As Boolean
 
value = instance.Final
public bool Final {get;}
public: __property bool get_Final();
public:
property bool Final {
   bool get();
}

Property Value

A boolean.
Remarks

This is useful for displaying status information immediately after a message has been sent or received.

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