Click or drag to resize
ThreadEmailSender Constructor (Int32, Boolean, String, String)
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,
	string baseUrl,
	string unsubscriptionUrl
)

Parameters

postId
Type: SystemInt32
The post ID
moderatorEmail
Type: SystemBoolean
If set to true, email is sent to moderator
baseUrl
Type: SystemString
Default base URL
unsubscriptionUrl
Type: SystemString
Default unsubscription URL
See Also