Unit rMapiMail
Uses Functions and Procedures Variables
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
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
|
TRunMailMapiVersion = (...); |
list of RunMail MAPI version types
Values
|
TRunMailMapiOutlook = (...); |
list of RunMail MAPI / Outlook preferences
Values
-
rmMapiOnly
-
rmOutlookOnly
-
rmMapiPreferred
-
rmOutlookPreferred
|
TOutlookOption = (...); |
outlook options
Values
-
ooUseRunningApplication
-
ooShowEmailModal
|
Constants
smRunFile = 'SendMail.exe'; |
batch mail application constant
|
smIniFile = 'SendMail.ini'; |
|
smBlindCopyTo = 'BlindCopyTo'; |
|
smAttachedFile = 'AttachedFile'; |
|
smShowDialog = 'ShowDialog'; |
|
smUseOutlook = 'UseOutlook'; |
|
smConfirmCounter = 'ConfirmCounter'; |
|
smUseNameOnlyPrefix = 'NAME:'; |
|
Author
Created
Nov 2014
Last Modified
Jul 2019
Generated by PasDoc 0.15.0.
|