Click or drag to resize
ThreadEmailSender Constructor (Int32, Boolean)
Initializes a new instance of the ThreadEmailSender class.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public ThreadEmailSender(
	int postId,
	bool moderatorEmail
)

Parameters

postId
Type: SystemInt32
The post ID
moderatorEmail
Type: SystemBoolean
If set to true, email is sent to moderator
See Also