Unit rMapiMail
Uses Functions and Procedures Variables
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
Class TrMapiEmail |
non visual components which provides all function for sending of email by MAPI interface, single or batch sending is supported |
Types
Constants
Description
Types
TRunMailType = (...); |
list of RunMail sending types
Values
-
rmInternal
-
rmExternalAppOnly
-
rmExternalAppPrefered
|
TRunMailVersion = (...); |
list of RunMail version types
Values
|
Constants
smRunFile = 'SendMail.exe'; |
batch mail application constant
|
smIniFile = 'SendMail.ini'; |
|
smBlindCopyTo = 'BlindCopyTo'; |
|
smAttachedFile = 'AttachedFile'; |
|
smShowDialog = 'ShowDialog'; |
|
smConfirmCounter = 'ConfirmCounter'; |
|
smUseNameOnlyPrefix = 'NAME:'; |
|
Author
Created
Nov 2014
Last Modified
Jul 2019
Generated by PasDoc 0.15.0.
|