IAdmExchangeParametersContainer

The IAdmExchangeParametersContainer interface enables making changes to Exchange properties. It is implemented by all objects that contain Exchange properties.

Inheritance: IUnknown

Methods

Properties

  • Property

  • Description

  • ContainsModifications

  • Gets a value that indicates whether any of the underlying Exchange parameters are modified.

  • IsModificationEnabled

  • Gets or sets a value that indicates whether the modifications that the current instance of the interface contains will be applied.

Details

Reset()

Resets the states of all underlying Exchange properties to their default values.

void Reset()

MarkAllParametersAsUnmodified()

Marks all underlying Exchange properties as not modified.

void MarkAllParametersAsUnmodified()

ContainsModifications

Gets a value that indicates whether any of the underlying Exchange parameters are modified.

  • Type:
  • bool
  • Access:
  • Read-only

IsModificationEnabled

Gets or sets a value that indicates whether the modifications that the current instance of the interface contains will be applied.

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

Requirements

Minimum required version: 2013.1

See also