Queues multiple statement emails to be sent
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult EmailMultipleStatements( string[] selectedObjects, int? EventID, string returnUrl )
Parameters
- selectedObjects
- Type: SystemString
optional list of statement IDs to email - EventID
- Type: SystemNullableInt32
optional ID of the Event to email all statement for - returnUrl
- Type: SystemString
optional return URL
Return Value
Type: ActionResultRedirect to /Account/ConsignorStatements if no return url is provided
See Also