threadsafelog Limit property
Return to Introduction  Previous page  Next page
Applies to
acThreadSafeLog component as subproperty of SendMail structure.  

Declaration
property Limit: Cardinal;  

Description
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).  

See also
EmailLastRecords method.