sendmail Busy property
Return to Introduction  Previous page  Next page
Applies to
acSendMail and acHTTP components.  

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.  

Notes
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.  
 
iiinfo Busy property are useless, in case if your program checking Busy status from the same thread which sends email (when Threaded = False).  

See also
Send method; OnSuccess and OnAnyError events;  
Threaded property and Running property of acThread component.