...
- Connect to Exchange
- Disconnect from Exchange
- Copy Item
- Create and Send E-mail
- Create Appointment
- Create Contact Group
- Create Draft E-mail
- Create Task
- Delete Item
- Forward E-mail
- Get Appointments
- Get Contact Groups
- Get Contacts
- Get E-mail
- Get Mailbox
- Move Item
- Reply to E-mail
- Set As Out Of Office
- Update E-mail
Connect to Exchange
This activity makes a connection to an Exchange Server's account, providing an Output that can be used as Input for other Exchange related activities (e.g. Get Email, Get Contact, Create Task).
...
The Get Email activity parameters can be provided by manual inserted values or via IN arguments or variables:
Filters:
- Location (combo box control) (type: string): the Mailbox folder where the items will be searched for. The default value is set to the "Inbox" folder. In the image below it can be seen an email configuration for a Demo account:
Parameters:
- Attachments Path (folder selector and also text box editor): the path where the attachments will be downloaded. If left empty, the attachments won't be downloaded. The activity will create new sub-folders in this directory with the email's subject as Name, where the attachments will be copied.
- Connection (text box editor) (type: string): the output from the Connect to Exchange Server activity.
- Search Sub-folders (text box editor type) (type: boolean): indicates whether to search in sub-folders. If set to "False", it will search only in the parent location (e.g. Inbox). If set to "True", it will search in the sub-folders located under the parent location.
- Start Date (calendar control) (type: string): the date since when the e-mails should be searched. The required format is "dd/MM/yyyy hh:mm:ss".
- End Date (calendar control) (type: string): the date until the e-mails should be searched. The required format is "dd/MM/yyyy hh:mm:ss".
- Subject Filter (text box editor type) (type: string): the filter for the email subject. The activity will search e-mails with the given subject, between the given dates (Start and End dates).
...