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

value = instance.DeliverToMailboxAndForward

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

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace