P
Pat Sinnott
I am attempting to create a MAPI Session with the
following code on an ASP.net page.
Dim oSess As New MAPI.Session()
oSess.Logon("MS Exchange Settings")
This code works fine in a vb.net environment but when I
attempted to run the same code in an ASP.Net environment I
got the following error.
[Collaboration Data Objects - [MAPI_E_LOGON_FAILED
(80040111)]]
I am aware that the account being used to open this
session is the ASPNET account so I attempted to use
ASP.Net impersonation using my own NT login credentials.
This time I got the following error.
[Collaboration Data Objects - [UNKNOWN_ERROR(80010106)]]
I have search the web for a solution to the issue without
any success. Urgent help required!!!
Regards,
Pat Sinnot MCSD
following code on an ASP.net page.
Dim oSess As New MAPI.Session()
oSess.Logon("MS Exchange Settings")
This code works fine in a vb.net environment but when I
attempted to run the same code in an ASP.Net environment I
got the following error.
[Collaboration Data Objects - [MAPI_E_LOGON_FAILED
(80040111)]]
I am aware that the account being used to open this
session is the ASPNET account so I attempted to use
ASP.Net impersonation using my own NT login credentials.
This time I got the following error.
[Collaboration Data Objects - [UNKNOWN_ERROR(80010106)]]
I have search the web for a solution to the issue without
any success. Urgent help required!!!
Regards,
Pat Sinnot MCSD