MailUser.DeliverToMailboxAndForward Property
Gets a value that indicates whether messages sent to this user’s mailbox are forwarded to another address.
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
Friend Set
'Usage
Dim instance As MailUser
Dim value As Boolean
value = instance.DeliverToMailboxAndForward
public bool DeliverToMailboxAndForward { get; internal set; }
Property Value
Type: System.Boolean
true if messages are delivered to this user’s mailbox and to the forwarding address; false if messages are delivered only to the forwarding address.
See Also