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.