Click or drag to resize
EmailNotificationOptionsIncludeEventDescriptionInSubject Property
This value is true if the event description is included in the email subject; otherwise, it is false.

Namespace: DoubleTake.Common.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public bool IncludeEventDescriptionInSubject { get; set; }

Property Value

Type: Boolean
if the event description is to be included in the subject; otherwise, .
See Also