sendmail Send method
Return to Introduction  Previous page  Next page
Applies to
acSendMail 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. Function 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;  
ToAddr, ToCC and ToBCC properties.