Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Use the file: URL scheme to access items in the Web Store. Each URL has the form
file://./backofficestorage/domain/store/path
The Web Store OLE DB provider registers the file: OLE DB URL namespace with the OLE DB root binder. Therefore, you need not specify this provider explicitly when using OLE DB or ADO objects to access items. HTTP URLs are supported, but in this case you must specify the Web Store OLE DB provider binder explicitly to use them. The OLE DB Provider for Internet Publishing (MDAIPP) is registered as the default provider for http: URLs.
The following are examples of common file: URLs for a user's mailbox folders.
Folder | URL |
---|---|
Calendar | file://./backofficestorage/microsoft.com/MBX/Alias/Calendar |
Contacts | file://./backofficestorage/microsoft.com/MBX/Alias/Contacts |
Drafts | file://./backofficestorage/microsoft.com/MBX/Alias/Drafts |
Inbox | file://./backofficestorage/microsoft.com/MBX/Alias/Inbox |
Journal | file://./backofficestorage/microsoft.com/MBX/Alias/Journal |
Notes | file://./backofficestorage/microsoft.com/MBX/Alias/Notes |
Outbox | file://./backofficestorage/microsoft.com/MBX/Alias/Outbox |
Sent Items | file://./backofficestorage/microsoft.com/MBX/Alias/Sent%20Items |
Tasks | file://./backofficestorage/microsoft.com/MBX/Alias/Tasks |