Sends an invoice email to the specified recipient using the specified email template
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public JsonResult EmailInvoice( string template, int invoiceID, string recipient )
Parameters
- template
- Type: SystemString
email template name - invoiceID
- Type: SystemInt32
ID of the specified invoice - recipient
- Type: SystemString
username of the specified recipient
Return Value
Type: JsonResultSee Also