GENERATED: MAY 4,2023 - 8:02AM
MAPI MAIL UTILITY [V10.23.05. 27.03]

Previous Page

This "CHT Batch Bot", HNDMAILMAPI.EXE, provides MAPI send capability using CHT's Clarion class-based MAPI functionality.

The CHT template illustrated in this application is called SOURCE_ EMBED_ MAPI_ FUNCTIONS. The class underlying this template is called HNDIMAIL located in files HNDIMAIL.INC and HNDIMAIL.CLW.

HNDMAILMAPI.APP source code, because it is in Clarion .APP format, is included as a standard part of the CHT toolkit, provided both in .APP format as well as ready-to-run, in .EXE format.

When you have a properly configured MAPI email client like Outlook or Windows Live Mail configured, this application is able to connect with it to send email. This application is stand-alone and requires no other CHT Dlls.

HNDMAILMAPI.EXE runs from the DOS prompt or can be called from another application using Clarion RUN, or CHT's HNDSnapCall Class, from a batch file or even from a .VBS script. It is capable of sending standard email of the type(s) configured in your default email client.

It accepts several command line parameters that describe the email to be sent. These parameters are as follows:

SENDING:
--to  r/><9>[REQ] mail@address.com (or multiples + semi-colons)
--cc
<9>[OPT] mail@address.com (or multiples + semi-colons)
--subj  r/><9>[REQ] This is the subject line.
--file  r/><9>[REQ] emailbody.txt (Contains body text)
--attach
<9>[OPT] somezip.zip (Name of attachment requires full path)

LOGGING:
All transactions such as config changes, emails or errors are logged into "hndmailmapi.log" located in the same directory as the hndmailmapi.exe.

HELP:
--help Pops up a help text file hndmailmapihelp.txt
--silent Suppresses popup-help during multiple sends

 
PROCEDURE (1):
MapiSendProcedureNoAttachments (Procedure Template: Source)
Count Instance Class Type Methods Header File
(0001) NOT GENERATED HNDBuffer HND 60 HNDBUFFR.INC
(1) Class Instances Found In MapiSendProcedureNoAttachments


 
PROCEDURE (2):
Main (Procedure Template: HandySourceProcedure)
Count Instance Class Type Methods Header File
(0) Class Instances Found In Main


 
PROCEDURE (3):
MapiSendProcedureWithOneAttachment (Procedure Template: Source)
Count Instance Class Type Methods Header File
(0001) MAPI ADOBlob SV 4 SVADO.INC
(0002) NOT GENERATED HNDBuffer HND 60 HNDBUFFR.INC
(2) Class Instances Found In MapiSendProcedureWithOneAttachment


 
PROCEDURE (4):
JumpStartSplash06 (Procedure Template: Splash)
Count Instance Class Type Methods Header File
(0001) HTellMe HNDWindow HND 206 HNDWINDO.INC
(0002) HWin HNDWindow HND 206 HNDWINDO.INC
(0003) Toolbar ToolbarClass ABC 6 ABTOOLBA.INC
(0004) ThisWindow WindowManager ABC 40 ABWINDOW.INC
(4) Class Instances Found In JumpStartSplash06


Copyright © 1996-2023
Gus M. Creces, CLARION HANDY TOOLS
All Rights Reserved Worldwide

chtlogo001.gif
Classes By Procedure