You are here: RainWorx.FrameWorx.Services > IUserService Interface > IUserService Methods > SendUserMessage Method

IUserServiceSendUserMessage Method

AuctionWorx 3.5 API

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

Syntax

C#
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
See Also

Reference

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