How to force the Outlook rule to be server-side?

42

4

Using Outlook 2010 with a corporate Exchange Server.

The rule I want to create is this:

After rule arrives from Blah@blah.com and with Passed in the subject Move it to the SuccessBuilds folder and mark it Read.

When I did that, the Outlook marked the rule as Client-Side. So I removed the part about marking it Read and it became a server side rule.

So I thought, ok, maybe marking an email as read is a client-side only activity. So I sent myself an email, closed Outlook, opened the email on my iPhone (thus marking it read). Then I opened the Outlook again and the email was already marked read. So clearly marking emails read can be a server-side activity.

So why is my rule being shoved client-side?

AngryHacker

Posted 2011-04-22T18:25:10.710

Reputation: 14 731

"opening the email on my [your] iPhone" may be a client-side activity. iPhone is a client. It is not the Windows Outlook client, but it is a client nonetheless. – Krazy Glew – 2015-11-12T16:13:15.143

2I think what the poster is saying is that the server does know the "read status" of a message, so the server should be able to mark a message as read without a client telling it to do so. – mattgately – 2016-03-21T13:55:38.470

No answer so far explains how to change a client-side rule to be a server-side rule. Is this not possible? This would be much easier than re-creating all my client-side rules on the server. – dinosaur – 2016-06-30T21:08:10.297

Answers

38

Does your MS-Exchange server provide web-based access to your eMail? If so, try logging into that and creating the rule there (and then it will have to be server-side).

Randolf Richardson

Posted 2011-04-22T18:25:10.710

Reputation: 14 002

4This works but keep in mind that if you create a server side rule in Outlook Web Access (OWA) then you will no longer be able to edit it in Outlook. – Pete – 2016-06-27T16:12:41.937

3Also when you edit a rule in OWA and add the action mark message as read the rule becomes visible only in OWA and it's removed from Outlook – Ionut – 2016-07-15T19:09:57.287

9

If you have the destination folder in Personal Folders, it would be in your pst file(located in PC) and the rule will become client-only. But if you place the destination folder in inbox, the folder will be in your Exchange and the server will process your rules.

Raghav

Posted 2011-04-22T18:25:10.710

Reputation: 191

6

Being marked as "read" is a client side action not a server action. When you opened the message on your phone it (the client) read it and then told the server to mark it as read.

user201528

Posted 2011-04-22T18:25:10.710

Reputation: 85

9that is not true, Server side rule can mark as read – Tilo – 2014-05-23T17:09:29.463

-1

You can using the outlook web app, set up a rule that will mark the mail as read, and it will work as if it truly was server-side. Anyways, it never pops up as unread in my iphone, even if I don't have the web app or outlook open.

user222591

Posted 2011-04-22T18:25:10.710

Reputation: 7

5you are basically saying the same thing as @Randolf two years later without adding any new information. – mattgately – 2016-03-21T14:25:48.463