CSMailSubscriptionHandlerCreateMessage Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

When implemented in derived class creates a message to be sent out to subscribers. This method gets called once from the event handler.

Namespace: ContentStudio.Document.Subscription.EventHandler
Assembly: CSSubscriptionEventHandler (in CSSubscriptionEventHandler.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

protected override void CreateMessage()
Remarks

This implementation reads the message from the Content Studio document that triggered the mailing event. When this method has been called the Message, OriginalBody and OriginalHtmlBody properties are filled with data that reflects the message to send.
See Also

Reference