Microsoft Exchange · Arazzo Workflow
Microsoft Exchange Inspect and Delegate a Mailbox
Version 1.0.0
Read a mailbox's properties, then grant Send on Behalf delegation.
Provider
Workflows
inspect-and-delegate-mailbox
Get a mailbox's properties and grant Send on Behalf delegation.
Executes Get-Mailbox to inspect the target mailbox, then Set-Mailbox to add a Send on Behalf delegate, routing both through the anchor mailbox.
1
getMailbox
manageMailbox
Run Get-Mailbox to read the target mailbox's properties before changing delegation.
2
setDelegation
manageMailbox
Run Set-Mailbox to grant Send on Behalf delegation for the supplied delegate on the target mailbox.