Thread property
|
SendMail component.
|
property Thread: TCustomThread; // Read-only !!
|
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.
|
|
This property can be used only in when Threaded property is True, since the component does not create any separate thread in non-threaded model. Otherwise this property will return nil (NULL), because the thread not yet created.
|
Suspended, ThreadPriority and Threaded properties.
|