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