Click or drag to resize
ForumPostInfoProvider.SendPostEmails 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: 11.0.0
Syntax
C#
public static void SendPostEmails(
	int postId,
	string baseUrl,
	string unsubscriptionUrl
)

Parameters

postId
Type: System.Int32
Post ID
baseUrl
Type: System.String
Default base URL
unsubscriptionUrl
Type: System.String
Default unsubscription URL
See Also