Busy property
|
SendMail component.
|
property Busy: Boolean; // Read-only !!
|
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.
|
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.
|
Send method; OnSuccess and OnAnyError events.
|