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 task to execute.

  • MailAlias

  • Gets or sets the email alias to be used for e-mail address generation.

Details

TaskType

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


MailAlias

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

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

Requirements

Minimum required version: 2010.2

See also