You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AccountController Class > EmailAllEventInvoices Method

AccountControllerEmailAllEventInvoices Method

AuctionWorx 3.5 API
Queues an email notification for each invoice in the specified Event

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5

Syntax

C#
public ActionResult EmailAllEventInvoices(
	int id,
	string returnUrl
)

Parameters

id
Type: SystemInt32
the ID of the specified Event
returnUrl
Type: SystemString
the url to return to, optional

Return Value

Type: ActionResult
Redirect to /Account/Listings/Successful
See Also

Reference

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