Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 6 Next »

 

 

Create Mailbox

This activity creates a new mailbox.

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.
  • Alias (text box editor) (type: string): the alias of the mailbox (the string on the left of the "@" sign)
  • Display Name (text box editor) (type: string): the name that will be displayed in email applications (To: / From: fields)
  • First Name (text box editor) (type: string): user's first name
  • Last Name (text box editor) (type: string): user's last name
  • Mailbox Database (text box editor) (type: string): the database that will be used by the newly created mailbox. if no database is provided, the Exchange server will automatically choose one.
  • 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
  • Organizational unit (text box editor) (type: string): the Active Directory OU where the user account will be stored (default, the Users container)
  • 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
 

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 Create 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 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
 

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 Edit 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 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.




  • No labels