MailSubscriptionHandlerRecipientFailRetryLimit Property Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets the maximum number of times that the event handler should try to resend a message to a client when there is a non-fatal, temporary error.

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

protected int RecipientFailRetryLimit { get; }

Property Value

Type: Int32
The recipient fail retry limit, by default this value is 5.
Remarks

This value can be set by using the ContentStudio.Document.Subscription.EventHandler.MailSubscriptionHandler.RecipientFailRetryLimit extended property.
See Also

Reference