Share via


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

value = instance.SendOofMessageToOriginatorEnabled

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

See also

Reference

DistributionGroupBase class

DistributionGroupBase members

Microsoft.Exchange.Data.Directory.Management namespace