JCL Help:JclSimpleBringUpSendMailDialog

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Brings up the send mail dialog


Pascal

 function JclSimpleBringUpSendMailDialog(const Subject: AnsiString; const Body: AnsiString; const Attachment: TFileName = ; ParentWND: THandle = 0; const ProfileName: AnsiString = ; const Password: AnsiString = ): Boolean;


Parameters

Parameters Description
ASubject Subject of the message.
ABody Body of the message.
AAttachment Filename of attachment (optional).
AParentWND If non-zero it should be the handle of the main window of your application. In that case, any MAPI dialogs are shown modal. If left 0, MAPI dialogs are not shown modal.


Return Value

If the dialog was successfully displayed, the function returns True, otherwise it returns False.


Description

JclSimpleBringUpSendMailDialog brings up the send mail dialog.


About

Unit

JclMapi


Donator

Petr Vones


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page