sendmail Send method
Return to Introduction  Previous page  Next page
Applies to
SendMail component.  

Declaration
function Send: Boolean; // returns False if busy or WaitTimeout is expired  

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

See also
Abort method;  
Threaded, ToAddr, ToCC and ToBCC properties;  
SendMail function.  
File not found.