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