IAdmExchangeMessageDeliveryRestrictions

The IAdmExchangeMessageDeliveryRestrictions interface represents message delivery restrictions for a mailbox, mail-enabled user, contact or group.

Inheritance: IAdmExchangeParametersContainer

Properties

Details

AcceptMessagesOnlyFrom

Gets or sets a collection of recipients who are allowed to send e-mail messages to the user, contact or group.


AcceptMessagesOnlyFromModificationEnabled

Gets or sets a value indicating whether the AcceptMessagesOnlyFrom property will be modified.

  • Type:
  • bool
  • Access:
  • Read/Write

RejectMessagesFrom

Gets or sets a collection of recipients who are not allowed to send e-mail messages to the user, contact or group.


RejectMessagesFromModificationEnabled

Gets or sets a value indicating whether the RejectMessagesFrom property will be modified.

  • Type:
  • bool
  • Access:
  • Read/Write

RequireSenderAuthentication

Gets or sets a value indicating whether to reject messages from senders who are not within the same Exchange Organization.

  • Type:
  • bool
  • Access:
  • Read/Write

RequireSenderAuthenticationModificationEnabled

Gets or sets a value indicating whether the RequireSenderAuthentication property will be modified.

  • Type:
  • bool
  • Access:
  • Read/Write

Requirements

Minimum required version: 2013.1

See also