Share via


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
Public Property ReportToOriginatorEnabled As Boolean
    Get
    Set
'Usage
Dim instance As DistributionGroupBase
Dim value As Boolean

value = instance.ReportToOriginatorEnabled

instance.ReportToOriginatorEnabled = value
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.

See also

Reference

DistributionGroupBase class

DistributionGroupBase members

Microsoft.Exchange.Data.Directory.Management namespace