Mailbox.DeliverToMailboxAndForward Property
Gets or sets a value that indicates whether messages sent to this mailbox are forwarded to another mailbox.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property DeliverToMailboxAndForward As Boolean
Get
Set
'Usage
Dim instance As Mailbox
Dim value As Boolean
value = instance.DeliverToMailboxAndForward
instance.DeliverToMailboxAndForward = value
[ParameterAttribute(Mandatory = false)]
public bool DeliverToMailboxAndForward { get; set; }
Property Value
Type: System.Boolean
true to deliver messages to this mailbox and the forwarding address; otherwise, false to deliver messages only to the forwarding address.
See Also