Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsWindows Server 2003Windows 2000Windows NTSmall Business ServerVirtual ServerExchange ServerIISHost Integration ServerISA ServerSMSWSUSMOMWindows Media ServerSecurityCertification
Related Topics
SQL ServerMS WindowsMS OfficePC HardwareMore Topics ...

Windows Server Forum / Exchange Server / Applications / September 2005

Tip: Looking for answers? Try searching our database.

Using WebDAV to manage server side Rules

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Greg Shaw - 22 Sep 2005 07:01 GMT
We are told that webDAV is one way of getting access to the Exchange store.
Has anyone found an example of how to modify Exchange server side rules
using webDAV?
I have been hunting for a long time now and have found nothing. I have
plenty on manipulating
mail messages and folders but nothing on rules.

Any help appreciated.

Thanks, Greg.
Dan Mitchell - 22 Sep 2005 20:33 GMT
> We are told that webDAV is one way of getting access to the Exchange
> store. Has anyone found an example of how to modify Exchange server
> side rules using webDAV?
> I have been hunting for a long time now and have found nothing. I have
> plenty on manipulating
> mail messages and folders but nothing on rules.

I don't think WebDAV has that built in. You have a couple of options:

1. Ditch WebDAV and use the rule DLL to do this:
http://support.microsoft.com/?kbid=251125

2. Use WebDAV to do the same things as the rule DLL does. This is not
going to be trivial -- you'll need to get the 5.5 EDK source, see

http://blogs.msdn.com/jasonjoh/archive/2004/08/01/204585.aspx

for where to get it and some caveats about its use.

Then go to edk\LibSrc\Rule, that's the source to the rule DLL. That
code contains the magic knowledge about how to modify rules -- which, in
the end, will come down to some changes to properties of messages, etc.
Exactly what those changes are, which messages they go into, etc, you'll
have to work out by looking at the source -- though this will be a lot
easier than working it out by looking at the raw binary data..

rule.dll does this with Extended MAPI, so you'll have to translate that
into the equivalent WebDAV code to write the same properties. I don't
know how WebDAV works well enough to suggest how to do that, but it must
be possible somehow, I've seen other postings to this and other groups
about people doing binary stuff with WebDAV.

-- dan
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.