DistributionGroupBase.SendOofMessageToOriginatorEnabled Property
Gets or sets a value that indicates whether to allow out-of-office (OOF) messages 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 SendOofMessageToOriginatorEnabled As Boolean
Get
Set
'Usage
Dim instance As DistributionGroupBase
Dim value As Boolean
value = instance.SendOofMessageToOriginatorEnabled
instance.SendOofMessageToOriginatorEnabled = value
[ParameterAttribute(Mandatory = false)]
public bool SendOofMessageToOriginatorEnabled { get; set; }
Property Value
Type: System.Boolean
true if out-of-office (OOF) messages 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 false.