Status Event
Shows the progress of the operation.
Syntax
typedef void __fastcall (__closure *TipgPFileMailerStatusEvent)(System::TObject* Sender, TipgPFileMailerStatusEventParams *e);__property TipgPFileMailerStatusEvent OnStatus = {read=FOnStatus, write=FOnStatus};
typedef struct {
String Message;
} TipgPFileMailerStatusEventParams;
Remarks
The event is fired for informational and logging purposes only. It may be used to track the progress of an operation.
The level of detail is controlled by the LogLevel setting.