![]() |
![]() ![]() ![]() |
acThreadSafeLog component as subproperty of SendMail structure.
|
property Limit: Cardinal;
|
The Limit property specifies the maximum number of email nessages which possible to send using EmailLastRecords method.
|
|
For example, in case if Limit = 100, then the application can send only 100 email messages with log entries per its session. When the Limit is exceed, no messages will be sent.
|
|
To disable the limit set Limit to 0 (unlimited number of emails with last log entries).
|
EmailLastRecords method.
|