Click or drag to resize
ForumPostInfoProviderSendPostEmails Method (Int32, String, String)
Sends the new post acknowledgement to the users subscribed to the forum or forum thread where the post has been inserted.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static void SendPostEmails(
	int postId,
	string baseUrl,
	string unsubscriptionUrl
)

Parameters

postId
Type: SystemInt32
Post ID
baseUrl
Type: SystemString
Default base URL
unsubscriptionUrl
Type: SystemString
Default unsubscription URL
See Also