IAdmExchangeMailParametersOps

The IAdmExchangeMailParametersOps interface allows getting and setting Exchange properties.

Inheritance: IAdmExchangeMailOps

Methods

Details

GetMailParameters()

Gets Exchange properties of the object.

IAdmExchangeMailParameters GetMailParameters()

Examples


SetMailParameters()

Sets Exchange properties for the object.

void SetMailParameters(IAdmExchangeMailParameters properties,
                       ADM_SET_EXCHANGE_PARAMS_FLAGS_ENUM flags)

Parameters

  • properties - Contains Exchange properties that will be set.
  • flags - Specifies whether it is necessary to resolve value references.

Examples


Requirements

Minimum required version: 2013.1

See also