Activities
- Add Mail Accountmail account
- Connect to AutoKAS
- Disconnect from AutoKAS
- Delete Mail Accountmail account
- List Mail Accountsmail accounts
- Update Mail mail Account
Add
...
mail account
This activity adds a new mail account to the specified AutoKAS account.
...
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 Add Mail Account activity:
Connect
...
to AutoKAS
Connects This activity connects to the specified AutoKAS account and outputs a AutoKAS client connection.
Activity Parameters
The Connect to AutoKAS activity parameters can be provided by manual inserted values or via IN arguments or variables:
...
- Password (password box editor type): the path to the management certificate file. By default, this parameter is a "Browse for file" type editor, but manual values can be inserted too. The certificate type should be '.cer'.autoKAS username's password.
- Password Binding (text box editor type): bind to a variable containing the encrypted password for connection. (This parameter is used only when the user wants to send an encripted password from outside the task, for example Flowster User Portal).
- User Name (text box editor type): the Windows Azure connection, obtained after using a Connect to Azure activitythe autoKAS username.
The Read Only Output variable are the possible output values that the activity will provide:
- Output result: outputs True if the execution was successful, otherwise Falseoutputs an AutoKAS connection. The ouput of this activity should be used as Input for all Connection parameters used for all activities placed under AutoKAS category.
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 Connect to AutoKAS activity:
Input Parameters
Name | Description | Type | Category |
---|---|---|---|
kasUser | Enter the Username | System.String | Parameters |
PasswordBinding | Bind to a variable containing the encrypted password for connection. (This parameter is used only when the user wants to send an encripted password from outside the task, for example Flowster User Portal) | System.String | Parameters |
Output Parameters
Name | Description | Type | Category |
---|---|---|---|
session | Outputs a AutoKAS connection. The Ouput of this activity should be used as Input for all Connection parameters used for all activities placed under AutoKAS category. | System.Object | Read-Only Output |
Disconnect From AutoKAS
DisconnectsDisconnect from AutoKAS
This activity disconnects the specified AutoKAS account.
Activity Parameters
The Add Management CertificateDisconnect from AutoKAS activity parameters can be provided by manual inserted values or via IN arguments or variables:
All of the input parameters are mandatory.
Parameters:
- File Path (text box editor type): the path to the management certificate file. By default, this parameter is a "Browse for file" type editor, but manual values can be inserted too. The certificate type should be '.cer'.
- Connection (text box editor type): the Windows Azure the autoKAS connection, obtained after using a Connect to Azure activity.
The Read Only Output variable are the possible output values that the activity will provide:
- Output result: outputs True if the execution was successful, otherwise False.
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 Add Management Certificate activity:
- AutoKAS activity.
Delete mail account
Deletes This activity deletes the desired mail account from the specified AutoKAS account.
Activity Parameters
The Add Management CertificateDelete mail account activity parameters can be provided by manual inserted values or via IN arguments or variables:
All of the input parameters are mandatory.
Parameters:
- File Path Mail Login (text box editor type): the path to the management certificate file. By default, this parameter is a "Browse for file" type editor, but manual values can be inserted too. The certificate type should be '.cer'.Connection (text box editor type): the Windows Azure connection, obtained after using a Connect to Azure activitythe mail account login.
The Read Only Output variable are the possible output values that the activity will provide:
- Output result: outputs True if If the execution mail account was successfuldeleted successfully, otherwise FalseFALSE.
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 Add Management Certificate Delete mail account activity:
Input Parameters
Name | Description | Type | Category |
---|---|---|---|
session | AutoKAS Connection. The Output from Connect To AutoKAS activity should be used as Input for this parameter. | System.Object | Parameters |
MailLogin | Enter the mail account login | System.String | Parameters |
Output Parameters
Name | Description | Type | Category |
---|---|---|---|
Output | Outputs the result status. If the mail account was deleted successfully then TRUE, otherwise FALSE. | System.Boolean | Read-Only Output |
List mail accounts
Lists This activity lists all mail accounts and their information from the specified AutoKAS account.
Activity Parameters
The Add Management CertificateList mail accounts activity parameters can be provided by manual inserted values or via IN arguments or variables:
All of the input parameters are mandatory.
Parameters:
- File Path (text box editor type): the path to the management certificate file. By default, this parameter is a "Browse for file" type editor, but manual values can be inserted too. The certificate type should be '.cer'.
- Connection (text box editor type): the Windows Azure connection, obtained after using a Connect to Azure activity.
, in this case Connection being the only parameter.
The Read Only Output variable are the possible output values that the activity will provide:
- Output result: outputs True if the execution was successful, otherwise False.
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 Add Management Certificate activity:
Input Parameters
Name | Description | Type | Category |
---|---|---|---|
session | AutoKAS Connection. The Output from Connect To AutoKAS activity should be used as Input for this parameter. | System.Object | Parameters |
Output Parameters
...
- : outputs a collection of mail accounts and their properties.To use the elements of the collection, use Get Element From Collection activity
...
- .
...
...
- Output Mail Logins: outputs a collection of mail logins found for the specified AutoKAS account
...
- .
...
...
- Output Rows Count: outputs the number of mail accounts found on the specified AutoKAS account.
...
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 List mail accounts activity:
Update mail account
Update This activity update the desired mail account from the specified AutoKAS account.
Activity Parameters
The Add Management CertificateUpdate mail account activity parameters can be provided by manual inserted values or via IN arguments or variables:
All of the input parameters are mandatory.
Parameters:
- File PathCopy address (opt) (text box editor type): the path to the management certificate file. By default, this parameter is a "Browse for file" type editor, but manual values can be inserted too. The certificate type should be '.cer'.Connection (text the copy recipient addresses in format RFC2822 (multiple addresses separated with commas possible). (This parameter is optional).
- Is active (opt) (combo box editor type): the Windows Azure connection, obtained after using a Connect to Azure activity.
The Read Only Output variable are the possible output values that the activity will provide:
- Output result: outputs True if the execution was successful, otherwise False.
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 Add Management Certificate activity:
Input Parameters
...
- Mail login (text box editor type): the mail login of the mail address.
...
- Mail new password (password box editor type): the new mail password.
- Mail responder content (opt) (combo box editor type): the mail responder content type of the email address. Optional formats: html|text (default text). Select a value from the drop down list only if you want to modify it. (This parameter is optional)
...
- .
...
...
- Mail sender
...
- alias
...
- (opt) (text box editor type): the mail sender alias : allow alias addresses
...
- . (This parameter is optional).
- Mail xlist drafts (opt) (text box editor type): the XLIST 'Drafts' name. (This parameter is optional).
- Mail xlist enabled (opt) (combo box editor type): if the XLIST is active. (This parameter is optional)
...
- .
- Mail xlist sent (opt) (text box editor type): the XLIST 'Sent Items' name
...
- . (This parameter is optional)
...
- .
- Mail xlist spam (opt) (text box editor type): the XLIST '
...
- Spam' name
...
- . (This parameter is optional)
...
- .
- Mail xlist trash (opt) (text box editor type): the XLIST 'Trash' name
...
- . (This parameter is optional)
...
Output Parameters
...
- .
- Responder (text box editor type): the responder of the mail address. N|Y or start|end (start and end as Timestamps with ' | ' ). (This parameter is optional).
- Responder text (text box editor type): the responder text of the mail address.
The Read Only Output variable are the possible output values that the activity will provide:
- Output status: outputs the result status. If the mail account was updated successfully then TRUE, otherwise FALSE.
...
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 Update mail account activity: