Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

Demo.Loan.FindRateEMailOperation

class Demo.Loan.FindRateEMailOperation extends Ens.BusinessOperation

Sends emails based on EMail Adapter config settings and the property values of a Demo.Loan.Msg.SendReply request object

Method Inventory

Parameters

parameter ADAPTER = EnsLib.EMail.OutboundAdapter;
Name of the adapter class
parameter INVOCATION = Queue;
2 modes: Queue, InProc

Methods

method EMailSendReply(pRequest As Demo.Loan.Msg.SendReply, Output pResponse As Ens.Response) as %Status
Send an approval email to the applicant

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab