Click or drag to resize

HomeControllerFeedbackDelivery Method

Feedback post: creates a email and sends to standard setting email address)

Namespace:  SOWIWeb.Foundation.Controllers
Assembly:  SOWIWeb.Foundation (in SOWIWeb.Foundation.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public ActionResult FeedbackDelivery(
	FormCollection pFormCollection
)

Parameters

pFormCollection
Type: FormCollection

[Missing <param name="pFormCollection"/> documentation for "M:SOWIWeb.Foundation.Controllers.HomeController.FeedbackDelivery(System.Web.Mvc.FormCollection)"]

Return Value

Type: ActionResult

[Missing <returns> documentation for "M:SOWIWeb.Foundation.Controllers.HomeController.FeedbackDelivery(System.Web.Mvc.FormCollection)"]

See Also