Insert a marker in a subscribable document that will be replace by the mail sender by their actual values.

Background

This control is used when building document that are meant to be sent out to subscribers in Content Studio. It displays a specially crafted marker string that the subscription handler replaces with the actual value. The following markers are supported.

Examples

This exampel shows how the SubscriberMarker can be used to insert the name of the subscriber in a subscribable document.

HTML
<csx:SubscriptionMarker RunAt="Server" Marker="SubscriberName" /> 

See also

SubscriptionMarker control API reference.