Class TrMapiEmail
Unit
rMapiMail
Declaration
type TrMapiEmail = class(TComponent)
Description
Hierarchy
Overview
Methods
Properties
 |
property BatchMailList: TStrings read FBatchMailList; |
 |
property BatchConfirmCount: byte read FBatchConfirmCount write FBatchConfirmCount default 10; |
 |
property SendTo: TStrings read FSendTo write SetSendTo; |
 |
property CopyTo: TStrings read FCopyTo write SetCopyTo; |
 |
property BlindCopyTo: TStrings read FBlindCopyTo write SetBlindCopyTo; |
 |
property Subject: string read FSubject write FSubject; |
 |
property Body: TStrings read FBody write SetBody; |
 |
property Attachments: TStrings read FAttachments write SetAttachments; |
 |
property ShowErrorDlg: boolean read FShowErrorDlg write FShowErrorDlg default false; |
Description
Methods
 |
function ExternalAppExists: boolean; |
|
 |
procedure ExternalAppLoadSendMail(IniFileName: string = ''; DeleteAfterSend: boolean = true); |
|
 |
procedure InitMail; |
|
 |
function SendSimpleMail: boolean; |
|
 |
function SendAutoSelect: boolean; |
|
 |
procedure AddToBatchMail; |
|
 |
procedure InitBatchMail; |
|
 |
function SendBatchMail(RunMailType: TRunMailType = rmExternalAppPrefered): boolean; |
|
Properties
 |
property BatchMailList: TStrings read FBatchMailList; |
|
 |
property BatchConfirmCount: byte read FBatchConfirmCount write FBatchConfirmCount default 10; |
|
 |
property SendTo: TStrings read FSendTo write SetSendTo; |
|
 |
property CopyTo: TStrings read FCopyTo write SetCopyTo; |
|
 |
property BlindCopyTo: TStrings read FBlindCopyTo write SetBlindCopyTo; |
|
 |
property Subject: string read FSubject write FSubject; |
|
 |
property Body: TStrings read FBody write SetBody; |
|
 |
property Attachments: TStrings read FAttachments write SetAttachments; |
|
 |
property ShowErrorDlg: boolean read FShowErrorDlg write FShowErrorDlg default false; |
|
Generated by PasDoc 0.13.0 on 2016-02-19 08:14:10
|