sendmail Busy property
Return to Introduction  Previous page  Next page
Applies to
SendMail component.  

Declaration
property Busy: Boolean; // Read-only !!  

Description
The Busy property determines whether the SendMail component (its thread) is busy on some operations. When Busy property is True, the SendMail currently sending e-mail messages to recipients.  

Note
iiwarning You can NOT send any new e-mail message when the component is busy, and must wait until component done all operations. The Send method will return False when the component is busy.  

See also
Send method; OnSuccess and OnAnyError events.  
File not found.