Class TrMapiEmail

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TrMapiEmail = class(TComponent)

Description

Hierarchy

  • TComponent
  • TrMapiEmail

Overview

Methods

Public function ExternalAppExists: boolean;
Public procedure ExternalAppLoadSendMail(IniFileName: string = ''; DeleteAfterSend: boolean = true);
Public procedure InitMail;
Public function SendSimpleMail: boolean;
Public function SendMapiMail(RunMailType: TRunMailType = rmExternalAppPrefered; RunMailVersion: TRunMailVersion = rmAuto): boolean;
Public function SendAutoSelect: boolean;
Public procedure AddToBatchMail;
Public procedure InitBatchMail;
Public function SendBatchMail(RunMailType: TRunMailType = rmExternalAppPrefered): boolean;

Properties

Public property BatchMailList: TStrings read FBatchMailList;
Published property BatchConfirmCount: byte read FBatchConfirmCount write FBatchConfirmCount default 10;
Published property SendTo: TStrings read FSendTo write SetSendTo;
Published property CopyTo: TStrings read FCopyTo write SetCopyTo;
Published property BlindCopyTo: TStrings read FBlindCopyTo write SetBlindCopyTo;
Published property Subject: string read FSubject write FSubject;
Published property Body: TStrings read FBody write SetBody;
Published property Attachments: TStrings read FAttachments write SetAttachments;
Published property ShowErrorDlg: boolean read FShowErrorDlg write FShowErrorDlg default false;

Description

Methods

Public function ExternalAppExists: boolean;
 
Public procedure ExternalAppLoadSendMail(IniFileName: string = ''; DeleteAfterSend: boolean = true);
 
Public procedure InitMail;
 
Public function SendSimpleMail: boolean;
 
Public function SendMapiMail(RunMailType: TRunMailType = rmExternalAppPrefered; RunMailVersion: TRunMailVersion = rmAuto): boolean;
 
Public function SendAutoSelect: boolean;
 
Public procedure AddToBatchMail;
 
Public procedure InitBatchMail;
 
Public function SendBatchMail(RunMailType: TRunMailType = rmExternalAppPrefered): boolean;
 

Properties

Public property BatchMailList: TStrings read FBatchMailList;
 
Published property BatchConfirmCount: byte read FBatchConfirmCount write FBatchConfirmCount default 10;
 
Published property SendTo: TStrings read FSendTo write SetSendTo;
 
Published property CopyTo: TStrings read FCopyTo write SetCopyTo;
 
Published property BlindCopyTo: TStrings read FBlindCopyTo write SetBlindCopyTo;
 
Published property Subject: string read FSubject write FSubject;
 
Published property Body: TStrings read FBody write SetBody;
 
Published property Attachments: TStrings read FAttachments write SetAttachments;
 
Published property ShowErrorDlg: boolean read FShowErrorDlg write FShowErrorDlg default false;
 

Generated by PasDoc 0.13.0 on 2016-02-19 08:14:10