Queues an email notification for each invoice in the specified Event
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: 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: ActionResultRedirect to /Account/Listings/Successful
See Also