DistributionGroupBase.ReportToOriginatorEnabled Property
Gets or sets a value that indicates whether to allow delivery reports to be sent to the senders of email messages that are sent to the distribution group.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property ReportToOriginatorEnabled As Boolean
Get
Set
'Usage
Dim instance As DistributionGroupBase
Dim value As Boolean
value = instance.ReportToOriginatorEnabled
instance.ReportToOriginatorEnabled = value
[ParameterAttribute(Mandatory = false)]
public bool ReportToOriginatorEnabled { get; set; }
Property Value
Type: System.Boolean
true if delivery reports are allowed to be sent to the senders of email messages that are sent to the distribution group; otherwise, false.
Remarks
The default value is true.