Aiwozo.OutlookMailCoreActivities.GetOutlookMails
- Retrieves email messages from Outlook. It gives an output variable of MailItem type.
Properties
Misc
- DisplayName (String) – To set a meaningful name according to the user.
- Account(InArgument<String>) – The account used to access the messages that are to be retrieved.
- MailFolder (InArgument<String>) – The mail folder from which the messages are to be retrieved.
- Filter (InArgument<String>) – Takes a string which is used as a filter for the messages that are to be retrieved.
- MarkAsRead (InArgument<Boolean>) – Specifies whether to mark retrieved messages as read.
- OnlyUnreadMessages (InArgument<Boolean>) – Specifies whether to retrieve only unread messages. By default, this check box is selected.
- Output (OutArgument<List<MailItem>>) – outputs a MailItem object.
- Top (InArgument<Int32>) – The number of messages to be retrieved starting from the top of the list.