IAdmExchangeDeliveryOptions
The IAdmExchangeDeliveryOptions interface represents Delivery Options for a mailbox.
Inheritance: IAdmExchangeParametersContainer
Properties
-
Property
-
Description
-
DeliverToMailboxAndForward
-
If message forwarding is enabled, and this property is set to
true
, messages will be delivered to both the mailbox and the forwarding address. -
DeliverToMailboxAndForwardModificationEnabled
-
Gets or sets a value that indicates whether the
DeliverToMailboxAndForward
property will be modified. -
ForwardingAddress
-
Gets or sets the distinguished name (DN) of the recipient to forward messages to.
-
ForwardingAddressModificationEnabled
-
Gets or sets a value that indicates whether the
ForwardingAddress
property will be modified. -
RecipientLimits
-
Gets or sets the maximum number of recipients allowed on the To, Cc, and Bcc lines of email messages sent by the user.
-
RecipientLimitsModificationEnabled
-
Gets or sets a value that indicates whether the
RecipientLimits
property will be modified.
Details
DeliverToMailboxAndForward
If message forwarding is enabled, and this property is set to true
, messages will be delivered to both the mailbox and the forwarding address.
- Type:
- bool
- Access:
- Read/Write
DeliverToMailboxAndForwardModificationEnabled
Gets or sets a value that indicates whether the DeliverToMailboxAndForward
property will be modified.
- Type:
- bool
- Access:
- Read/Write
ForwardingAddress
Gets or sets the distinguished name (DN) of the recipient to forward messages to.
- Type:
- IAdmObjectReference
- Access:
- Read/Write
ForwardingAddressModificationEnabled
Gets or sets a value that indicates whether the ForwardingAddress
property will be modified.
- Type:
- bool
- Access:
- Read/Write
RecipientLimits
Gets or sets the maximum number of recipients allowed on the To, Cc, and Bcc lines of email messages sent by the user.
- Type:
- int
- Access:
- Read/Write
RecipientLimitsModificationEnabled
Gets or sets a value that indicates whether the RecipientLimits
property will be modified.
- Type:
- bool
- Access:
- Read/Write
Requirements
Minimum required version: 2013.1