I think I found my answer, \\ if filepath, // is ExOleDb path.

If you can stand one more question on this topic of URL binding

I can do 
file://./backofficestorage/domain.mydomain.com/MBX/inbox/
file://LocalHost/backofficestorage/domain.mydomain.com/MBX/inbox/
file://ServerName/backofficestorage/domain.mydomain.com/MBX/inbox/

but can I do 

file://RemoteServerName/backofficestorage/domain.mydomain.com/MBX/inbox/
where I'm trying to connect to a remote Exchange server in the same domain
assuming I have permission and all, and that the mailbox I am trying to
access is homed on RemoteServername?





> Oops, my fault. You're right. You even can't do a dir on
> file://./backofficestorage/mydomain.
> 
> As for the question why either file:\\.\ or file://./ works I believe
> it's because even IE can handle that ;-)
> 
> I think this is just a doc bug as you mentioned. You can send your
> feedback to: [EMAIL PROTECTED]
> 
> <Cheers:Siegfried runat=3D"server" />
> 
> > -----Original Message-----
> > From: Hilary Cotter [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, June 18, 2002 9:32 PM
> > To: Exchange Discussions
> > Subject: RE: Doc bugs in Exchange SDK?
> >=20
> > 1) I will try point one out at home.
> >=20
> > 2) But if you are claiming I can do a simple dir
> > file://./backofficestorage/DomainName this won't work from the command
> > prompt either.  It only works if you try to programmatically access it
> > through ADO (or someother access method) which is smart enough in most
> > cases to launch the appropriate provider unless you specify the
> provider
> > using the connection object.
> >=20
> > BTW - you can programmatically access most items using
> > file://./backofficestorage/DomainName/MBX/Inbox/ etc, or
> > file://./backofficestorage/DomainName/Public Folders/
> >=20
> > but you can also use
> >=20
> > file:\\.\backofficestorage\DomainName\MBX\Inbox\ etc, or
> > file:\\.\backofficestorage\DomainName\Public Folders\
> >=20
> > as well.  I have yet to find a difference between the two.  Can you
> > comment on this.
> >=20
> > Thanks for your help.
> >=20
> >=20
> > > 1. I think there is a small doc bug because
> file://./backofficestorage
> > > will not return a lost of organizations but the SMTP mail domain set
> in
> > > the Default Recipient Policy.
> > > 2. As the doc states "a directory listing" will return those things.
> Not
> > > ExOLEDB or MSDAIPP.DSO with ADO. It's a simple file based directory
> > > listing the SDK is talking about (a dir on the evil "M: drive").
> > >
> > > <Cheers:Siegfried runat=3D3D"server" />
> > >
> > > > -----Original Message-----
> > > > From: Hilary Cotter [mailto:[EMAIL PROTECTED]]
> > > > Sent: Monday, June 17, 2002 5:03 PM
> > > > To: Exchange Discussions
> > > > Subject: Doc bugs in Exchange SDK?
> > > >=3D20
> > > > In the Exchange SQL (wss.chm) it mentions in a section called
> "File
> > > URL
> > > > Namespace"
> > > >=3D20
> > > > Also, a directory listing at the "file://./backofficestorage"
> level
> > > will
> > > > return a list of organizations.  A directory listing at the
> > > > "file://./backofficestorage/domainName" will return the list of
> top
> > > level
> > > > folders for the specified domain or organization, including the
> static
> > > > "MBX" string which represents private mailboxes.
> > > >=3D20
> > > > I am able to connect to mailboxes, inboxes, public folders,
> > > essentially to
> > > > any Exchange resource using exoledb (or letting URL binding figure
> it
> > > out
> > > > itself), but I can't get this to work.
> > > >=3D20
> > > > Is this a doc bug?  Has anyone got it to work?
> > > >=3D20
> > > > _________________________________________________________________
> > > > List posting FAQ:       http://www.swinc.com/resource/exch_faq.htm
> > > > Archives:               http://www.swynk.com/sitesearch/search.asp
> > > > To unsubscribe:         mailto:[EMAIL PROTECTED]
> > > > Exchange List admin:    [EMAIL PROTECTED]
> >=20
> > _________________________________________________________________
> > List posting FAQ:       http://www.swinc.com/resource/exch_faq.htm
> > Archives:               http://www.swynk.com/sitesearch/search.asp
> > To unsubscribe:         mailto:[EMAIL PROTECTED]
> > Exchange List admin:    [EMAIL PROTECTED]

_________________________________________________________________
List posting FAQ:       http://www.swinc.com/resource/exch_faq.htm
Archives:               http://www.swynk.com/sitesearch/search.asp
To unsubscribe:         mailto:[EMAIL PROTECTED]
Exchange List admin:    [EMAIL PROTECTED]

Reply via email to