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

Version 1 Next »

  • Add mail account


    Adds a new mail account to the specified AutoKAS account


    Input Parameters

     
    NameDescriptionTypeCategory
    sessionAutoKAS Connection. The Output from Connect To AutoKAS activity should be used as Input for this parameter.System.ObjectParameters
    LocalEnter the Local part of the mail address. Without the domain. E.g. kontaktSystem.StringParameters
    DomainEnter the Domain part of the mail address. E.g. mydomain.deSystem.StringParameters
    Responder(This parameter is optional) Enter the responder of the mail address. N|Y or start|end (start and end as Timestamps with ' | ' , default N)System.StringParameters
    responder_textEnter the responder text of the mail address.System.StringParameters
    copy_adress(This parameter is optional) Enter the copy recipient addresses in format RFC2822 (multiple addresses separated with commas possible, default empty)System.StringParameters
    mail_sender_alias(This parameter is optional) Enter the mail sender alias : allow alias addresses (default empty)System.StringParameters
    mail_xlist_sent(This parameter is optional) Make the XLIST name 'Sent Items' (default Sent)System.StringParameters
    mail_xlist_drafts(This parameter is optional) Make the XLIST name 'Drafts' (default Drafts)System.StringParameters
    mail_xlist_trash(This parameter is optional) Make the XLIST name 'Trash' (default Trash)System.StringParameters
    mail_xlist_spam(This parameter is optional) Make the XLIST name 'Spam' (default Spam)System.StringParameters

    Output Parameters

     
    NameDescriptionTypeCategory
    OutputMsgOutputs the new mail loginSystem.StringRead-Only Output
    OutputOutputs the result status. If the mail account was added successfully then TRUE, otherwise FALSE.System.BooleanRead-Only Output
  •  Connect To AutoKAS


    Connects to the specified AutoKAS account and outputs a AutoKAS client connection


    Input Parameters

     
    NameDescriptionTypeCategory
    kasUserEnter the UsernameSystem.StringParameters
    PasswordBindingBind 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.StringParameters

    Output Parameters

     
    NameDescriptionTypeCategory
    sessionOutputs 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.ObjectRead-Only Output
  •  Delete mail account


    Deletes the desired mail account from the specified AutoKAS account


    Input Parameters

     
    NameDescriptionTypeCategory
    sessionAutoKAS Connection. The Output from Connect To AutoKAS activity should be used as Input for this parameter.System.ObjectParameters
    MailLoginEnter the mail account loginSystem.StringParameters

    Output Parameters

     
    NameDescriptionTypeCategory
    OutputOutputs the result status. If the mail account was deleted successfully then TRUE, otherwise FALSE.System.BooleanRead-Only Output
  •  Disconnect From AutoKAS


    Disconnects the specified AutoKAS account


  •  List mail accounts


    Lists all mail accounts and their information from the specified AutoKAS account


    Input Parameters

     
    NameDescriptionTypeCategory
    sessionAutoKAS Connection. The Output from Connect To AutoKAS activity should be used as Input for this parameter.System.ObjectParameters

    Output Parameters

     
    NameDescriptionTypeCategory
    OutputOutputs a collection of mail accounts and their properties.To use the elements of the collection, use Get Element From Collection activitySystem.Collections.ObjectModel.Collection`1 [System.Collections.ObjectModel.Collection`1 [System.String]]Read-Only Output
    mailLoginsCounterOutputs the number of mail accounts found on the specified AutoKAS accountSystem.Int32Read-Only Output
    OutputMailLoginsOutputs 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


    Input Parameters

     
    NameDescriptionTypeCategory
    sessionAutoKAS Connection. The Output from Connect To AutoKAS activity should be used as Input for this parameter.System.ObjectParameters
    mail_loginEnter the mail login of the mail address.System.StringParameters
    ResponderEnter the responder of the mail address. N|Y or start|end (start and end as Timestamps with ' | ' )System.StringParameters
    responder_textEnter the responder text of the mail address.System.StringParameters
    copy_adress(This parameter is optional) Enter the copy recipient addresses in format RFC2822 (multiple addresses separated with commas possible)System.StringParameters
    mail_sender_alias(This parameter is optional) Enter the mail sender alias : allow alias addressesSystem.StringParameters
    mail_xlist_sent(This parameter is optional) Change the XLIST 'Sent Items' nameSystem.StringParameters
    mail_xlist_drafts(This parameter is optional) Change the XLIST 'Drafts' nameSystem.StringParameters
    mail_xlist_trash(This parameter is optional) Change the XLIST 'Trash' nameSystem.StringParameters
    mail_xlist_spam(This parameter is optional) Change the XLIST 'Spam' nameSystem.StringParameters

    Output Parameters

     
    NameDescriptionTypeCategory
    OutputOutputs the result status. If the mail account was updated successfully then TRUE, otherwise FALSE.System.BooleanRead-Only Output
  • No labels