Filter Property

A filter to be applied to the inbox when selecting messages.

Data Type

String

Default Value

""

Remarks

If this value is set, the task will use it to filter out which messages to download from the server. The task will apply the filter as a search string, and then download all messages in the message set returned by the server.

Filter follows the OData protocol syntax.

Example (List Unread Messages in a Folder)

isRead eq false

Example (List Messages from a Specific Address)

address eq 'specific@address.com'

Example (List Unread Messages from a Specific Address)

isRead eq false and address eq 'specific@address.com'

This property is not available in the Sender.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software Tasks for SSIS - Version 20.0 [Build 8319]