Hi,
I am trying to pass a stringlist to a thread. Not much success so far. In brief this is what I have:
unit MailThread;
interface
Uses Classes, SysUtils, IdBaseComponent, IdComponent,
IdTCPConnection, IdTCPClient, IdMessageClient, IdSMTP, IdMessage,dialogs;
Type
TMailThread = Class(...