IAdmExchangeDeliveryOptions

The IAdmExchangeDeliveryOptions interface represents Delivery Options for a mailbox.

Inheritance: IAdmExchangeParametersContainer

Properties

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.


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

See also