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

Declaration
property Thread: TacCustomThread// Read-only !!  

Description
The Thread property is the pointer to the process thread, which used for sending the data to SMTP server, avoiding suspending of main application thread. This is read-only public property.  

See also
Suspended and ThreadPriority properties;  
acThread component.