...
The Read Only Output variable are the possible output values that the activity will provide:
- Output (type: boolean): returns true if the mailbox was created, and false otherwise.
Edit Mailbox
This activity edits an existing mailbox.
Activity Parameters
The Edit Mailbox activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor) (type: object): the Exchange connection output from the "Connect to Exchange" activity.
- Alias (text box editor) (type: string): the alias of the mailbox (the string on the left of the "@" sign)
- Custom Attributes (table editor) (type: string): the AD attribute name/value of the user's account that will be edited.
- Identity (text box editor) (type: string): the AD Name of UserPrincipalName of the mailbox
- Name (text box editor) (type: string): the AD user's name. if the user already exists in the Active Directory, the other name parameters are not necessary
- Password (password field) (type: string): the mailbox password
- ResetPasswordOnNextLogon (combobox contol type) (type: boolean): choose whether the password will have to be changed on the next logon or not.
- UserPrincipalName (text box editor) (type: string): e/g: demoMailbox@fmrp.intern
The Read Only Output variable are the possible output values that the activity will provide:
- Output (type: boolean): returns true if the mailbox was modified, and false otherwise.
List Mailboxes
This activity lists all the mailboxes on an Exchange server.
Activity Parameters
The Create Mailbox activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor) (type: object): the Exchange connection output from the "Connect to Exchange" activity.
The Read Only Output variable are the possible output values that the activity will provide:
- Output (type: Collection<String>): returns true if the mailbox was created, and false otherwise.
Remove Mailbox
This activity deletes a mailbox.
Activity Parameters
The Remove Mailbox activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor) (type: object): the Exchange connection output from the "Connect to Exchange" activity.
- Mailbox Name (text box editor) (type: string): the AD user's name. if the user already exists in the Active Directory, the other name parameters are not necessary
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Remove Mailbox activity:
The Read Only Output variable are the possible output values that the activity will provide:
- Output (type: boolean): returns true if the mailbox was deleted, and false otherwise.