Unit rMapiMail

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

rMapiMail is component which provides all function for sending of email by MAPI interface, single or batch sending is supported.

Updated version compatible with Delphi2010+. Splash screen in demo version.

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TrMapiEmail  

Functions and Procedures

procedure Register;

Types

TRunMailType = (...);
TRunMailVersion = (...);

Constants

smRunFile = 'SendMail.exe';
smIniFile = 'SendMail.ini';
smSendTo = 'SendTo';
smCopyTo = 'CopyTo';
smBlindCopyTo = 'BlindCopyTo';
smSubject = 'Subject';
smBody = 'Body';
smAttachedFile = 'AttachedFile';
smShowDialog = 'ShowDialog';
smNextMail = 'NextMail';
smConfirmCounter = 'ConfirmCounter';

Description

Functions and Procedures

procedure Register;
 

Types

TRunMailType = (...);
 
Values
  • rmInternal:  
  • rmExternalAppOnly:  
  • rmExternalAppPrefered:  
TRunMailVersion = (...);
 
Values
  • rmAuto:  
  • rmAnsi:  
  • rmUnicode:  

Constants

smRunFile = 'SendMail.exe';
 
smIniFile = 'SendMail.ini';
 
smSendTo = 'SendTo';
 
smCopyTo = 'CopyTo';
 
smBlindCopyTo = 'BlindCopyTo';
 
smSubject = 'Subject';
 
smBody = 'Body';
 
smAttachedFile = 'AttachedFile';
 
smShowDialog = 'ShowDialog';
 
smNextMail = 'NextMail';
 
smConfirmCounter = 'ConfirmCounter';
 

Author

Created

Nov 2014

Last Modified

Feb 2016


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