Unit rMapiMail

Description

rMapiMail unit contains TrMapiEmail - non visual 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 non visual components which provides all function for sending of email by MAPI interface, single or batch sending is supported

Types

TRunMailType = (...);
TRunMailMapiVersion = (...);
TRunMailMapiOutlook = (...);
TOutlookOption = (...);
TOutlookOptions = set of TOutlookOption;

Constants

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

Description

Types

TRunMailType = (...);

list of RunMail sending types

Values
  • rmInternal
  • rmExternalAppOnly
  • rmExternalAppPrefered
TRunMailMapiVersion = (...);

list of RunMail MAPI version types

Values
  • rmAuto
  • rmAnsi
  • rmUnicode
TRunMailMapiOutlook = (...);

list of RunMail MAPI / Outlook preferences

Values
  • rmMapiOnly
  • rmOutlookOnly
  • rmMapiPreferred
  • rmOutlookPreferred
TOutlookOption = (...);

outlook options

Values
  • ooUseRunningApplication
  • ooShowEmailModal
TOutlookOptions = set of TOutlookOption;

outlook options set

Constants

smRunFile = 'SendMail.exe';

batch mail application constant

smIniFile = 'SendMail.ini';
 
smSendTo = 'SendTo';
 
smCopyTo = 'CopyTo';
 
smBlindCopyTo = 'BlindCopyTo';
 
smSubject = 'Subject';
 
smBody = 'Body';
 
smAttachedFile = 'AttachedFile';
 
smShowDialog = 'ShowDialog';
 
smUseOutlook = 'UseOutlook';
 
smNextMail = 'NextMail';
 
smConfirmCounter = 'ConfirmCounter';
 
smUseNameOnlyPrefix = 'NAME:';
 

Author

Created

Nov 2014

Last Modified

Jul 2019


Generated by PasDoc 0.15.0.