 | IEmailerIsFailureMsgEnabled Property |
Gets or sets a value indicating whether this instance has failure Messages enabled.
Namespace:
Koden.Utils.Interfaces
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxbool IsFailureMsgEnabled { get; set; }
Property IsFailureMsgEnabled As Boolean
Get
Set
property bool IsFailureMsgEnabled {
bool get ();
void set (bool value);
}
abstract IsFailureMsgEnabled : bool with get, set
Property Value
Type:
Booleantrue if this instance has failure Messages enabled; otherwise,
false.
See Also