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

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

Gets or sets the max number of allowed failed recipients allowed before the event handler reports an error and stops.

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

protected int MaxNumberOfAllowedFailedRecipients { get; }

Property Value

Type: Int32
The max number of allowed failed recipients, the default value is 100.
Remarks

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

Reference