Send method
|
SendMail component.
|
function Send: Boolean; // returns False if busy or WaitTimeout is expired
|
The Send method generates and sends the e-mail message to all recipients specified in ToAddr, ToCC and ToBCC properties.
|
|
If you are using threaded model (Threaded property is True), this method may returns False if component currently busy (already sending the message), OR WaitTimeout is expired (if you waiting for completion of request in the function that calls this medod, using WaitThread property).
|
Abort method;
|
Threaded, ToAddr, ToCC and ToBCC properties;
|
SendMail function.
|