Mailbox.ExternalOofOptions Property
Gets or sets the options for sending Out of Office (OOF) messages to external senders.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property ExternalOofOptions As ExternalOofOptions
Get
Set
'Usage
Dim instance As Mailbox
Dim value As ExternalOofOptions
value = instance.ExternalOofOptions
instance.ExternalOofOptions = value
[ParameterAttribute(Mandatory = false)]
public ExternalOofOptions ExternalOofOptions { get; set; }
Property Value
Type: Microsoft.Exchange.Data.Directory.Recipient.ExternalOofOptions
One of the ExternalOofOptions enumeration values specifying whether to send OOF messages to external senders.
See Also