Click or drag to resize

MsgElementEnabled Property

Gets or sets a value indicating whether this MsgElement is enabled.

Namespace:  Koden.Utils.Emailer.ConfigFileSections
Assembly:  Koden.Utils.Emailer (in Koden.Utils.Emailer.dll) Version: 1.0.6453.26061
Syntax
public bool Enabled { get; set; }

Property Value

Type: Boolean
true if enabled; otherwise, false.
See Also