Queues multiple invoice emails to be sent
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult EmailMultipleInvoices( string[] selectedObjects, string returnUrl )
Parameters
- selectedObjects
- Type: SystemString
optional list of Invoice IDs to print - returnUrl
- Type: SystemString
optional return URL
Return Value
Type: ActionResultRedirect to /Account/Invoice/Sales if no return url is provided
See Also