Click or drag to resize

FailoverEmailMode Enumeration

Defines when the failover email is sent in case of schedule failures

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public enum FailoverEmailMode
Members
Member nameValueDescription
First0 Email is sent only for the first failure
All1 Email is sent for each failure
Last2 Email is sent only for the last failure
See Also