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

RealTimeControllerEmailStatement Method

AuctionWorx 3.5 API
Sends a statement 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 EmailStatement(
	string template,
	int statementID,
	string recipient
)

Parameters

template
Type: SystemString
email template name
statementID
Type: SystemInt32
ID of the specified statement
recipient
Type: SystemString
username of the specified recipient

Return Value

Type: JsonResult
See Also

Reference

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