Click or drag to resize
ThreadEmailSender.SendNewMessageNotification Method
Sends a notification e-mail to all board subscribers and to all board moderators.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 12.0.0
Syntax
C#
public void SendNewMessageNotification(
	WindowsIdentity wi,
	bool toSubscribers,
	bool toModerators
)

Parameters

wi
Type: System.Security.Principal.WindowsIdentity
Windows identity
toSubscribers
Type: System.Boolean
Indicates if notification email should be sent to board subscribers
toModerators
Type: System.Boolean
Indicates if notification email should be sent to board moderators
See Also