The standard 'Alerting' feature in SharePoint allows you to only send out an alert if the item appears in a specified view.
I'm wanting to apply similar logic in a custom workflow (c#).
Given a SPListItem and SPView/SPQuery does anybody know if there is an effective* way to see if the item falls into that view / matches the query?
*effective meaning, not just running the query then looping through to find the item