You are here: RainWorx.FrameWorx.Services > INotifierService Interface > INotifierService Methods > QueueNotification Method

INotifierServiceQueueNotification Method

AuctionWorx 3.5 API

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

Syntax

C#
void QueueNotification(
	string actingUserName,
	string senderUserName,
	string recipientUserName,
	string template,
	string detailType,
	int detailId,
	string message,
	string replyToEmail,
	string recipientEmail,
	string ccEmail,
	string bccEmail
)

Parameters

actingUserName
Type: SystemString
senderUserName
Type: SystemString
recipientUserName
Type: SystemString
template
Type: SystemString
detailType
Type: SystemString
detailId
Type: SystemInt32
message
Type: SystemString
replyToEmail
Type: SystemString
recipientEmail
Type: SystemString
ccEmail
Type: SystemString
bccEmail
Type: SystemString
See Also

Reference

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