IAdmExchangeTaskAction

The IAdmExchangeTaskAction interface is the base interface for Exchange-related actions.

Inheritance: IAdmAction

Properties

  • Property

  • Description

  • TaskType

  • Gets or sets the type of the Exchange operation to execute.

  • MailAlias

  • Gets or sets the email alias to use for email address generation.

Details

TaskType

Gets or sets the type of the Exchange operation to execute.


MailAlias

Gets or sets the email alias to use for email address generation. You can use value references (e.g. %username%, %firstname%, %lastname%) in the alias. Value references will be replaced with the corresponding property values of the object targeted by the action.

  • Type:
  • string
  • Access:
  • Read/Write

Requirements

Minimum required version: 2010.2

See also