Set Address List activity
-
- UpdatedAug 3, 2023
- 2 minutes to read
- Vancouver
- Orchestration
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
The Set Address List activity modifies a Microsoft Exchange address list.
Use the Optional parameters variable to pass specific values to the Microsoft Exchange server. This activity implements the Microsoft Exchange Set-AddressList command.
The Exchange server caches the changes from this activity but does not immediately apply them. Use the Update Address List after this activity to apply the changes or wait for the Exchange server to automatically apply cached changes.
To access this activity in the Workflow Editor, select the
Custom tab, and then navigate to .
Note: This activity replaces an Exchange activity by the same name available
in releases prior to Geneva. If you have a workflow created in a previous version that
uses the deprecated activity, your workflow will continue to work normally after upgrading
to Geneva. However, all new workflows must use the custom version of this activity. This
activity was built with the PowerShell activity designer, which gives workflow administrators the ability to store input and output variables in
the databus.
Input variables
Output variables
Variable | Description |
---|---|
result | Either success or failure. |
error | Error message if the operation fails. |
Conditions
Variable | Description |
---|---|
Success | The activity succeeded in modifying the specified address list. |
Failure | The activity failed to modify the specified address list. |