You are here: RainWorx.FrameWorx.DAL > IDataContext Interface > IDataContext Methods > CreateQueueNotification Method

IDataContextCreateQueueNotification Method

AuctionWorx 3.5 API

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

Syntax

C#
void CreateQueueNotification(
	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.