Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » 2000   (RSS)

WebDAV FBA Authentication Sample Explained.

Here is some basic information on how FBA authentication is done with WebDAV. To provide some insight into how this works, you should look at the sample code of KB891748 and review it with the explanation below. Note that if you are going against Exchange

WebDAV and OWA Authentication Settings

With any login issue, it’s important to know which authentication protocols are valid. You have to code to an authentication protocol which can be used. The authentication settings for OWA and WebDAV are tied together under Exchange 2000 and 2003. Because

Whats not supported with WebDAV?

Ahhh thats a big one... What is supported: • Non-recurring appointments • Contacts in Microsoft Outlook that you create or modify • Folders that you create in Outlook and in Exchange 2000 Server or Exchange Server 2003 • E-mail messages that you create

Why can't WebDAV read BCC?

Using WebDAV to read BCC information on messages (even in the Drafts folder) will not work. The “urn:schemas:mailheader:bcc” will not return the BCC information using WebDAV - this is expected behavior. If you do a GET against the message to get the MIME,

Drag and Drop with Outlook

Drag and Drop with Outlook is not supported by code. However there are some techniques which can provide an item drag/drop effect. The idea is to write the item to a temporary .msg file and then use OLE CF_HDROP for the drop. Before we begin let me make

How to access or change OWA settings for Exchange 2007/2003/2000?

There is no supported way of changing OWA settings using WebDAV for Exchange 2007. Under Exchange 2000 and 2003, there were properties on the mailbox root which could be changed via code. However OWA 2007 is a much different animal. Under Exchange 2000
 
Page view tracker