You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > RealTimeController Class > EmailInvoice Method

RealTimeControllerEmailInvoice Method

AuctionWorx 3.5 API
Sends an invoice email to the specified recipient using the specified email template

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  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: JsonResult
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.