Activities
- Connect to LotusNotes
- Disconnect from LotusNotes
- Get Contacts by UNID
- Get Documents By UNID
- Get Documents
- Get Entries
- Get Mail Content By UNID
- Get Mails
- Get View
Connect to LotusNotes
This activity connects to the specified Mailbox.
Activity Parameters
The Connect to Mailbox activity parameters can be provided by manual inserted values or via IN arguments or variables:
Authentication:
- Host (text box editor type) (type: string): the mailbox host IP. For example, if properly configured, the Exchange Server's IP can be used (for Exchange, POP3 and IMAP4 options need to be enabled on the mail server).
- Password (password box editor type) (type: string): the mailbox username's password.
- Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password. (This parameter is used only when the user wants to send an encripted password from outside the task, for example Flowster Portal).
- Port (text box editor type) (type: string): the mailbox port number.
- Username (text box editor type) (type: string): the username for mailbox authentication. If left empty, windows session credentials are used.
The Read Only Output variable are the possible output values that the activity will provide:
- Connection (type: object): outputs a Mailbox connection. The Output of this activity should be used as Input for all Connection parameters used for all activities placed under Email category..
Execution: the activity will create a connection to the given server, using the provided IP, Port and credentials.
Disconnect from LotusNotes
This activity disconnects the specified Mailbox.
Activity Parameters
The Disconnect from Mailbox activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: object): the output from the Connect to Mailbox activity.