Click or drag to resize
ForumPostInfoProviderSendPostEmails Method (Int32)
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
)

Parameters

postId
Type: SystemInt32
Post ID
See Also