BoardMessageInfoProviderSendNewMessageNotification Method |
Sends a notification e-mail to all board subscribers and to all board moderators.
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 8.2.23
Syntax public static void SendNewMessageNotification(
BoardMessageInfo message,
bool toSubscribers,
bool toModerators
)
Parameters
- message
- Type: CMS.MessageBoardsBoardMessageInfo
Board message data - toSubscribers
- Type: SystemBoolean
Indicates if notification email should be sent to board subscribers - toModerators
- Type: SystemBoolean
Indicates if notification email should be sent to board moderators
See Also