 | MsgElementAttachLog Property |
Gets or sets a value indicating whether [attach log].
Namespace:
Koden.Utils.Emailer.ConfigFileSections
Assembly:
Koden.Utils.Emailer (in Koden.Utils.Emailer.dll) Version: 1.0.6453.26061
Syntaxpublic bool AttachLog { get; set; }
Public Property AttachLog As Boolean
Get
Set
public:
property bool AttachLog {
bool get ();
void set (bool value);
}
member AttachLog : bool with get, set
Property Value
Type:
Booleantrue if [attach log]; otherwise,
false.
See Also