Namespace:
RainWorx.FrameWorx.Services
Assembly: RainWorx.FrameWorx.Services (in RainWorx.FrameWorx.Services.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.Services (in RainWorx.FrameWorx.Services.dll) Version: 3.5
Syntax
C#
void QueueSystemNotification( string actingUserName, string recipientUserName, string template, string detailType, int detailId, string message, string replyToEmail, string recipientEmail, string ccEmail, string bccEmail )
Parameters
- actingUserName
- 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