| ThreadEmailSender Constructor (Int32, Boolean) | 
 
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also