Click or drag to resize
ThreadEmailSenderSendNewCommentNotification Method
Sends a notification e-mail to blog post subscribers, to blog moderators and to blog owner.

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 9.0.0
Syntax
C#
public void SendNewCommentNotification(
	WindowsIdentity wi,
	bool toSubscribers,
	bool toModerators,
	bool toBlogOwner
)

Parameters

wi
Type: System.Security.PrincipalWindowsIdentity
Windows identity
toSubscribers
Type: SystemBoolean
Indicates if notification email should be sent to blog post subscribers
toModerators
Type: SystemBoolean
Indicates if notification email should be sent to blog moderators
toBlogOwner
Type: SystemBoolean
Indicates if notification email should be sent to blog owner
See Also