public final class DeliveryNotificationOptions
extends com.aspose.ms.System.Enum
Specifies delivery notifications.
Modifier and Type | Field and Description |
---|---|
static int |
Delay
Notify if the delivery is delayed.
|
static int |
Never
A notification should not be generated under any circumstances.
|
static int |
None
No notification information will be sent.
|
static int |
OnFailure
Notify if the delivery is unsuccessful.
|
static int |
OnSuccess
Notify if the delivery is successful.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int None
No notification information will be sent. The mail server will utilize its configured behavior to determine whether it should generate a delivery notification.
public static final int OnSuccess
Notify if the delivery is successful.
public static final int OnFailure
Notify if the delivery is unsuccessful.
public static final int Delay
Notify if the delivery is delayed.
public static final int Never
A notification should not be generated under any circumstances.