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

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

Gets the number of SMTP failures that is accepted before the handler stops and reports an error.

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

protected int SmtpFailureLimit { get; }

Property Value

Type: Int32
The SMTP failure limit, the default value is 2.
Remarks

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

Reference