You are here: RainWorx.FrameWorx.BLL Namespaces > RainWorx.FrameWorx.BLL.ServiceImplementations > UserService Class > SendUserMessage Method

UserServiceSendUserMessage Method

AuctionWorx 3.5 API

Namespace:  RainWorx.FrameWorx.BLL.ServiceImplementations
Assembly:  RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5

Syntax

C#
public int SendUserMessage(
	string actingUserName,
	string sendingUser,
	string receivingUser,
	string subject,
	string body,
	int? listingId,
	int? masterMessageID = null
)

Parameters

actingUserName
Type: SystemString
sendingUser
Type: SystemString
receivingUser
Type: SystemString
subject
Type: SystemString
body
Type: SystemString
listingId
Type: SystemNullableInt32
masterMessageID (Optional)
Type: SystemNullableInt32

Return Value

Type: Int32

Implements

IUserServiceSendUserMessage(String, String, String, String, String, NullableInt32, NullableInt32)
See Also

Reference

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