...
The Delete mail account activity parameters can be provided by manual inserted values or via IN arguments or variables:
All of the input parameters are mandatory.
...
- Output result (type: boolean): outputs True If the mail account was deleted successfully, 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 Delete mail account activity:
List mail accounts
This activity lists all mail accounts and their information from the specified AutoKAS account.
...
- Copy address (opt) (text box editor type) (type: string): the copy recipient addresses in format RFC2822 (multiple addresses separated with commas possible). (This parameter is optional).
- Is active (opt) (combo box editor type) (type: string): the Windows Azure connection, obtained after using a Connect to Azure activityselect if the mailbox is Active or Not.
- Mail login (text box editor type) (type: string): the mail login of the mail address.
- Mail new password (password box editor type) (type: string): the new mail password.
- Mail responder content (opt) (combo box editor type) (type: string): 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) (type: string): the mail sender alias : allow alias addresses. (This parameter is optional).
- Mail xlist drafts (opt) (text box editor type) (type: string): the XLIST 'Drafts' name. (This parameter is optional).
- Mail xlist enabled (opt) (combo box editor type) (type: string): if the XLIST is active. (This parameter is optional).
- Mail xlist sent (opt) (text box editor type) (type: string): the XLIST 'Sent Items' name. (This parameter is optional).
- Mail xlist spam (opt) (text box editor type) (type: string): the XLIST 'Spam' name. (This parameter is optional).
- Mail xlist trash (opt) (text box editor type) (type: string): the XLIST 'Trash' name. (This parameter is optional).
- Responder (text box editor type) (type: string): the responder of the mail address. N| or Y, or start|end (start and end as Timestamps with ' | ' ). (This parameter is optional).
- Responder text (text box editor type) (type: string): the responder text of the mail address.
...