Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: MAPI_E_NOT_FOUND(8004010F)


Message #1 by Szuka Robert <r.szuka@o...> on Thu, 13 Sep 2001 19:19:47 +0200
hi



im trying to log on to an exchange 5.5 server using cdo 1.2.1 under win2k



i use the following code:



Set objSession = Server.CreateObject ("MAPI.Session")

objSession.Logon "", "", False, True, 0, True, myServer & vbLf & MyPostbox





myServer is an existing exchange 5.5 server

myPostbox is an existing mailbox



when i use this code in a standard vb .exe it works properly

when i use this code in asp i receive



Collaboration Data Objects (0x4F7)

[Collaboration Data Objects - [MAPI_E_NOT_FOUND(8004010F)]]



at the line where .logon is called

the asp page is set to run whithin the context of a user who is set as

mailbox owner of 'recipients'



an help is appreciated



regards, robert




  Return to Index