Property SendAsPlainText
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
SendAsPlainText
Gets or sets a value indicating whether the email should be sent as plain text.
public bool SendAsPlainText { get; set; }
Property Value
- bool
true
to send as plain text; otherwise,false
.
Remarks
If set to true
, and a report is included in the email, it will be attached to the email instead.