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

AccountControllerSendUserMessage Method

AuctionWorx 3.5 API
Displays form to send a message to another user

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

Syntax

C#
public ActionResult SendUserMessage(
	string receiver,
	string template,
	string returnUrl
)

Parameters

receiver
Type: SystemString
username of recipient
template
Type: SystemString
name of the template to be used for this message
returnUrl
Type: SystemString
Url assigned to the "back" button displayed on the read message view

Return Value

Type: ActionResult
View(Listing)
See Also

Reference

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