Activities
- Add Mail Account
- Connect to AutoKAS
- Disconnect from AutoKAS
- Delete Mail Account
- List Mail Accounts
- Update Mail Account
Add Mail Account
This activity adds a new mail account to the specified AutoKAS account.
Activity Parameters
The Add Mail Account activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Copy Address (opt) (text box editor type): the copy recipient addresses in format RFC2822 (multiple addresses separated with commas possible, default empty). (This parameter is optional).
- Domain Part (text box editor type): the the Domain part of the mail address. E.g. mydomain.de.
- Local Part (text box editor type): the Local part of the mail address. Without the domain. E.g. kontakt.
- Mail Responder Content Type (opt) (combo box control): the mail responder content type of the e-mail address. Optional formats: html | text (default text). (This parameter is optional).
- Mail Sender Alias (opt) (text box editor type): the mail sender alias : allow alias addresses (default empty). (This parameter is optional).
- Mail Xlist Drafts (opt) (text box editor type): make the XLIST name 'Drafts' (default Drafts). (This parameter is optional).
- Mail Xlist Enabled(opt) (combo box control): make the Xlist active: Yes | No (default Yes). (This parameter is optional).
- Mail Xlist Sent (opt) (text box editor type): make the XLIST name 'Sent' (default Sent Items). (This parameter is optional).
- Mail Xlist Spam (opt) (text box editor type): make the XLIST name 'Spam' (default Spam). (This parameter is optional).
- Mail Xlist Trash (opt) (text box editor type): make the XLIST name 'Trash' (default Trash). (This parameter is optional).
- Mail Password (password box editor type): the e-mail password.
- Responder (opt) (text box editor type): the responder of the mail address. N | Y or start | end (start and end as Timestamps with ' | ' , default N). (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: outputs the new mail login.
- Output Status: the result status. If the mail account was added 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 Add Mail Account activity:
Connect To AutoKAS
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:
All of the input parameters are mandatory.
Parameters:
- 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'.
- Password Binding (text box editor type):
- User Name (text 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 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
Disconnects the specified AutoKAS account
Activity Parameters
The Add Management Certificate 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.
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:
Delete mail account
Deletes the desired mail account from the specified AutoKAS account
Activity Parameters
The Add Management Certificate 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.
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 |
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 all mail accounts and their information from the specified AutoKAS account
Activity Parameters
The Add Management Certificate 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.
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
Name | Description | Type | Category |
---|---|---|---|
Output | Outputs a collection of mail accounts and their properties.To use the elements of the collection, use Get Element From Collection activity | System.Collections.ObjectModel.Collection`1 [System.Collections.ObjectModel.Collection`1 [System.String]] | Read-Only Output |
mailLoginsCounter | Outputs the number of mail accounts found on the specified AutoKAS account | System.Int32 | Read-Only Output |
OutputMailLogins | Outputs a collection of mail logins found for the specified AutoKAS account. | System.Collections.ObjectModel.Collection`1 [System.String] | Read-Only Output |
Update mail account
Update the desired mail account from the specified AutoKAS account
Activity Parameters
The Add Management Certificate 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.
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 |
mail_login | Enter the mail login of the mail address. | System.String | Parameters |
Responder | Enter the responder of the mail address. N|Y or start|end (start and end as Timestamps with ' | ' ) | System.String | Parameters |
responder_text | Enter the responder text of the mail address. | System.String | Parameters |
copy_adress | (This parameter is optional) Enter the copy recipient addresses in format RFC2822 (multiple addresses separated with commas possible) | System.String | Parameters |
mail_sender_alias | (This parameter is optional) Enter the mail sender alias : allow alias addresses | System.String | Parameters |
mail_xlist_sent | (This parameter is optional) Change the XLIST 'Sent Items' name | System.String | Parameters |
mail_xlist_drafts | (This parameter is optional) Change the XLIST 'Drafts' name | System.String | Parameters |
mail_xlist_trash | (This parameter is optional) Change the XLIST 'Trash' name | System.String | Parameters |
mail_xlist_spam | (This parameter is optional) Change the XLIST 'Spam' name | System.String | Parameters |
Output Parameters
Name | Description | Type | Category |
---|---|---|---|
Output | Outputs the result status. If the mail account was updated successfully then TRUE, otherwise FALSE. | System.Boolean | Read-Only Output |