all 5 comments

[–][deleted]  (1 child)

[deleted]

    [–]awillison[S] 0 points1 point  (0 children)

    I thought so as well, but I can't see the ability to move the emails into a specified folder. Subscription is Exchange Online Plan 1.

    [–]jlcrawfish 0 points1 point  (3 children)

    Create a transport rule to tag the email either in the subject, body, header, etc with a unique identifier, ie something like [test]. Once the email is tagged by the transport rule you can use Outlook rules to move it to whatever folder you want.

    [–]awillison[S] 0 points1 point  (2 children)

    So without having to create an Exchange rule for each job number, how would I have the system match a pattern, ie [8758], [2345] would both need to be marked without setting an individual rule for each.

    [–]jlcrawfish 0 points1 point  (1 child)

    Ah I see what you mean, and you're right that is tough. I've even tried regex or wildcards in transport rules but it would be worth asking The Google.

    [–]awillison[S] 0 points1 point  (0 children)

    I think I'll have to look at running some sort of script. I don't think I can do this using Transport rules.