Namespace:
RainWorx.FrameWorx.DAL
Assembly: RainWorx.FrameWorx.DAL (in RainWorx.FrameWorx.DAL.dll) Version: 3.5
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