Declaration
Visual C#:
int AutoDeleteAllReport;
Visual C++:
long AutoDeleteAllReport;
Visual Basic:
Dim AutoDeleteAllReport As Integer
Delphi:
property AutoDeleteAllReport : Integer;
Remarks
This property shows whether automatically deleting received delivery reports is needed or not. If the property value is set to 1, this control will automatically delete received delivery reports after the NewSendReport event is triggered. The default value is 1.
See Also NewSendReport