property Attachment: TStrings read GetAttachment write SetAttachment;
property BlindCopy: TJvMailRecipients read FBlindCopy write SetBlindCopy;
property Body: TStrings read GetBody write SetBody;
property CarbonCopy: TJvMailRecipients read FCarbonCopy write SetCarbonCopy;
property LogonOptions: TJvMailLogonOptions read FLogonOptions write FLogonOptions
default [loLogonUI, loNewSession];
property LongMsgId: Boolean read FLongMsgId write FLongMsgId default True;
property Password: string read FPassword write FPassword;
property ProfileName: string read FProfileName write FProfileName;
property ReadOptions: TJvMailReadOptions read FReadOptions write FReadOptions
default [roFifo, roPeek];
property Recipient: TJvMailRecipients read FRecipient write SetRecipient;
property Subject: string read FSubject write FSubject;
property OnError: TJvMailErrorEvent read FOnError write FOnError;
Partager