|
|
|
date: Thu, 25 Aug 2005 12:34:22 +0200,
group: microsoft.public.exchange2000.development
back
Re: Mailbox Settings for objsession.logon
This is a common CDO 1.21 error. It usually has to do with insufficient
permissions to the mailbox you're trying to access.
Also, dynamic profiles require access to the file system normally to create
the profiles so that could be failing as well.
Tom
--
Looking for a good book on programming Exchange, Outlook, ADSI and
SharePoint? Check out http://www.microsoft.com/MSPress/books/5517.asp
"Florian Endres" wrote in message
news:430d9eaf$0$24157$9b4e6d93@newsread4.arcor-online.net...
> Hello,
>
> i build up a onTimer Eventsink which loops every 30 minutes through the
> inbox searching for unread messages and send an email to another account.
> it
> works fine on the test server but not on the productive server. it ends
> with
> this error.
>
> You do not have permission to log on. [Microsoft Exchange Server
> Information Store - [MAPI_E_FAILONEPROVIDER(8004011D)]]
>
> now my question.
>
> which mailbox settings are necesarry with this logon mehtod:
>
> ' Or, logon using an new MAPI session with a dynamically created profile
> strProfileInfo = "<Your Servername>" & vbLf & "<Your Mailbox>"
> objSession.Logon "", "", False, True, 0, False, strProfileInfo
>
> thanks
> Florian Endres
>
>
>
>
date: Tue, 30 Aug 2005 21:49:03 -0700
author: Tom Rizzo [MSFT]
|
|