|
OnEMail event (TgtCustomDocumentEngine) |
Top |
|
Triggers just before sending E-Mail.
property OnEMail: TgtEMailEvent;
Description
Triggers just before sending E-Mail. Provide a handler for this event to set the E-Mail information which should then be used to mail the document. E-Mail is sent using either FastNet or Indy components. Set Continue to True to trigger the event continuously so that multiple mails can be sent.
Note: Enable the EMailWithFastNet or EMailWithIndy option in "gtDocDefines.inc" to get built-in support for FastNet or Indy Components. "gtDocDefines.inc" is located in the directory <eDocEngine InstallDir>\Source. |